Searched refs:dst0opt (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c721 if (opt->dst0opt)
722 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt);
747 if (opt2->dst0opt)
748 *((char**)&opt2->dst0opt) += dif;
797 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt)
798 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
827 err = ipv6_renew_option(opt ? opt->dst0opt : NULL, newopt, newoptlen,
829 &opt2->dst0opt, &p);
846 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt)
[all...]
H A Dip6_flowlabel.c281 opt_space->dst0opt = fl_opt->dst0opt;
288 opt_space->dst0opt = NULL;
455 if (ipv6_hdr_cmp(o1->dst0opt, o2->dst0opt))
H A Dip6_output.c1152 np->cork.opt->dst0opt = ip6_opt_dup(opt->dst0opt,
1154 if (opt->dst0opt && !np->cork.opt->dst0opt)
1431 kfree(np->cork.opt->dst0opt);
H A Ddatagram.c738 opt->dst0opt = hdr;
786 opt->dst0opt = opt->dst1opt;
H A Dipv6_sockglue.c853 hdr = opt->dst0opt;
H A Dip6_tunnel.c769 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h187 struct ipv6_opt_hdr *dst0opt; member in struct:ipv6_txoptions

Completed in 88 milliseconds