Home
last modified time | relevance | path

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

/linux-6.15/net/ipv6/
H A Dcalipso.c786 txopts = ipv6_update_options(sk, txopts); in calipso_opt_update()
787 if (txopts) { in calipso_opt_update()
1082 if (!txopts || !txopts->hopopt) in calipso_sock_getattr()
1109 txopt_put(txopts); in calipso_sock_getattr()
1141 if (txopts) in calipso_sock_setattr()
1145 txopt_put(txopts); in calipso_sock_setattr()
1173 if (!txopts || !txopts->hopopt) in calipso_sock_delattr()
1226 txopts = xchg(&req_inet->ipv6_opt, txopts); in calipso_req_setattr()
1227 if (txopts) { in calipso_req_setattr()
1259 txopts = xchg(&req_inet->ipv6_opt, txopts); in calipso_req_delattr()
[all …]