Searched refs:txopt_get (Results 1 – 5 of 5) sorted by relevance
779 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update()1075 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr()1128 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr()1156 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr()
857 opt = txopt_get(np); in rawv6_sendmsg()
1506 opt = txopt_get(np); in udpv6_sendmsg()
612 opt = txopt_get(np); in l2tp_ip6_sendmsg()
385 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() function