Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Dexthdrs.c1217 if (opt->dst0opt) in ipv6_push_nfrag_opts()
1242 if (opt2->dst0opt) in ipv6_dup_options()
1243 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
1302 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
1303 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
1329 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt, in ipv6_renew_options()
1330 (opt ? opt->dst0opt : NULL), in ipv6_renew_options()
1341 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
1355 if (opt && opt->dst0opt && !opt->srcrt) { in ipv6_fixup_options()
1360 opt->opt_nflen -= ipv6_optlen(opt->dst0opt); in ipv6_fixup_options()
[all …]
A Dip6_flowlabel.c323 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
330 opt_space->dst0opt = NULL; in fl6_merge_options()
A Dip6_output.c1374 v6_cork->opt->dst0opt = ip6_opt_dup(opt->dst0opt, in ip6_setup_cork()
1376 if (opt->dst0opt && !v6_cork->opt->dst0opt) in ip6_setup_cork()
1814 kfree(v6_cork->opt->dst0opt); in ip6_cork_release()
A Ddatagram.c924 opt->dst0opt = hdr; in ip6_datagram_send_ctl()
972 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
A Dipv6_sockglue.c1036 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
/linux/include/net/
A Dipv6.h299 struct ipv6_opt_hdr *dst0opt; member

Completed in 18 milliseconds