Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Dexthdrs.c1180 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1181 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
1205 if (opt2->dst0opt) in ipv6_dup_options()
1206 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1265 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1266 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1292 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1293 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1304 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1318 if (opt->dst0opt && !opt->srcrt) { in __ipv6_fixup_options()
[all …]
Dip6_flowlabel.c326 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
333 opt_space->dst0opt = NULL; in fl6_merge_options()
Dip6_output.c1418 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation); in ip6_setup_cork()
1419 if (opt->dst0opt && !nopt->dst0opt) in ip6_setup_cork()
1915 kfree(opt->dst0opt); in ip6_cork_release()
Ddatagram.c931 opt->dst0opt = hdr; in ip6_datagram_send_ctl()
979 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
Dipv6_sockglue.c1036 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
/Linux-v6.6/include/net/
Dipv6.h312 struct ipv6_opt_hdr *dst0opt; member