Home
last modified time | relevance | path

Searched refs:txopt_get (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dcalipso.c779 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()
H A Draw.c857 opt = txopt_get(np); in rawv6_sendmsg()
H A Dudp.c1506 opt = txopt_get(np); in udpv6_sendmsg()
/linux/net/l2tp/
H A Dl2tp_ip6.c612 opt = txopt_get(np); in l2tp_ip6_sendmsg()
/linux/include/net/
H A Dipv6.h385 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() function