Searched refs:dst0opt (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | exthdrs.c | 1166 if (opt->dst0opt) in ipv6_push_nfrag_opts() 1167 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts() 1191 if (opt2->dst0opt) in ipv6_dup_options() 1192 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options() 1251 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options() 1252 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options() 1278 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options() 1279 (opt ? opt->dst0opt : NULL), in ipv6_renew_options() 1290 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) in ipv6_renew_options() [all...] |
H A D | ip6_flowlabel.c | 323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options() 330 opt_space->dst0opt = NULL; in fl6_merge_options()
|
H A D | ip6_output.c | 1408 v6_cork->opt->dst0opt = ip6_opt_dup(opt->dst0opt, in ip6_setup_cork() 1410 if (opt->dst0opt && !v6_cork->opt->dst0opt) in ip6_setup_cork() 1852 kfree(v6_cork->opt->dst0opt); in ip6_cork_release()
|
H A D | datagram.c | 924 opt->dst0opt = hdr; in ip6_datagram_send_ctl() 972 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
|
H A D | ipv6_sockglue.c | 1033 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | exthdrs.c | 1190 if (opt->dst0opt) in ipv6_push_nfrag_opts() 1191 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts() 1215 if (opt2->dst0opt) in ipv6_dup_options() 1216 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options() 1275 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options() 1276 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options() 1302 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options() 1303 (opt ? opt->dst0opt : NULL), in ipv6_renew_options() 1314 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) in ipv6_renew_options() [all...] |
H A D | ip6_flowlabel.c | 326 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options() 333 opt_space->dst0opt = NULL; in fl6_merge_options()
|
H A D | ip6_output.c | 1424 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork() 1425 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork() 1921 kfree(opt->dst0opt); in ip6_cork_release()
|
H A D | datagram.c | 931 opt->dst0opt = hdr; in ip6_datagram_send_ctl() 979 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
|
H A D | ipv6_sockglue.c | 1036 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6.h | 298 struct ipv6_opt_hdr *dst0opt; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6.h | 312 struct ipv6_opt_hdr *dst0opt; member
|
Completed in 21 milliseconds