Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dexthdrs.c699 if (opt->dst0opt) in ipv6_push_nfrag_opts()
700 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt); in ipv6_push_nfrag_opts()
724 if (opt2->dst0opt) in ipv6_dup_options()
725 *((char **)&opt2->dst0opt) += dif; in ipv6_dup_options()
774 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt) in ipv6_renew_options()
775 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt)); in ipv6_renew_options()
804 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen, in ipv6_renew_options()
806 &opt2->dst0opt, &p); in ipv6_renew_options()
823 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt) : 0) + in ipv6_renew_options()
840 if (opt && opt->dst0opt && !opt->srcrt) { in ipv6_fixup_options()
[all …]
Dip6_flowlabel.c305 opt_space->dst0opt = fl_opt->dst0opt; in fl6_merge_options()
312 opt_space->dst0opt = NULL; in fl6_merge_options()
Dip6_output.c1203 v6_cork->opt->dst0opt = ip6_opt_dup(opt->dst0opt, in ip6_setup_cork()
1205 if (opt->dst0opt && !v6_cork->opt->dst0opt) in ip6_setup_cork()
1600 kfree(v6_cork->opt->dst0opt); in ip6_cork_release()
Ddatagram.c844 opt->dst0opt = hdr; in ip6_datagram_send_ctl()
892 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
Dipv6_sockglue.c959 hdr = opt->dst0opt; in ipv6_getsockopt_sticky()
Dip6_tunnel.c955 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
Dip6_gre.c598 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
/linux-4.4.14/include/net/
Dipv6.h218 struct ipv6_opt_hdr *dst0opt; member