Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dcalipso.c782 struct ipv6_txoptions *old = txopt_get(inet6_sk(sk)), *txopts; in calipso_opt_update()
1078 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_getattr()
1131 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_setattr()
1159 struct ipv6_txoptions *txopts = txopt_get(inet6_sk(sk)); in calipso_sock_delattr()
H A Draw.c851 opt = txopt_get(np); in rawv6_sendmsg()
H A Dudp.c1510 opt = txopt_get(np); in udpv6_sendmsg()
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c583 opt = txopt_get(np); in l2tp_ip6_sendmsg()
/openbmc/linux/include/net/
H A Dipv6.h385 static inline struct ipv6_txoptions *txopt_get(const struct ipv6_pinfo *np) in txopt_get() function