Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dcalipso.c786 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update()
1081 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr()
1134 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr()
1162 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr()
Draw.c887 opt = txopt_get(np); in rawv6_sendmsg()
Dudp.c1389 opt = txopt_get(np); in udpv6_sendmsg()
/Linux-v5.4/net/l2tp/
Dl2tp_ip6.c588 opt = txopt_get(np); in l2tp_ip6_sendmsg()
/Linux-v5.4/include/net/
Dipv6.h371 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() function