Searched refs:dst1opt (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c732 if (opt->dst1opt)
733 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
749 if (opt2->dst1opt)
750 *((char**)&opt2->dst1opt) += dif;
801 if (newtype != IPV6_DSTOPTS && opt->dst1opt)
802 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
839 err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen,
841 &opt2->dst1opt, &p);
848 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt)
[all...]
H A Ddatagram.c708 if (opt->dst1opt) {
713 opt->dst1opt = hdr;
735 opt->dst1opt = hdr;
782 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) {
783 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3);
786 opt->dst0opt = opt->dst1opt;
787 opt->dst1opt = NULL;
H A Dip6_output.c1183 np->cork.opt->dst1opt = ip6_opt_dup(opt->dst1opt,
1185 if (opt->dst1opt && !np->cork.opt->dst1opt)
1458 kfree(np->cork.opt->dst1opt);
H A Dip6_flowlabel.c292 opt_space->dst1opt = fopt->dst1opt;
H A Dipv6_sockglue.c859 hdr = opt->dst1opt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dexthdrs.c732 if (opt->dst1opt)
733 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt);
749 if (opt2->dst1opt)
750 *((char**)&opt2->dst1opt) += dif;
801 if (newtype != IPV6_DSTOPTS && opt->dst1opt)
802 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt));
839 err = ipv6_renew_option(opt ? opt->dst1opt : NULL, newopt, newoptlen,
841 &opt2->dst1opt, &p);
848 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt)
[all...]
H A Ddatagram.c708 if (opt->dst1opt) {
713 opt->dst1opt = hdr;
735 opt->dst1opt = hdr;
782 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) {
783 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3);
786 opt->dst0opt = opt->dst1opt;
787 opt->dst1opt = NULL;
H A Dip6_output.c1183 np->cork.opt->dst1opt = ip6_opt_dup(opt->dst1opt,
1185 if (opt->dst1opt && !np->cork.opt->dst1opt)
1458 kfree(np->cork.opt->dst1opt);
H A Dip6_flowlabel.c292 opt_space->dst1opt = fopt->dst1opt;
H A Dipv6_sockglue.c859 hdr = opt->dst1opt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dipv6.h189 struct ipv6_opt_hdr *dst1opt; member in struct:ipv6_txoptions
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dipv6.h189 struct ipv6_opt_hdr *dst1opt; member in struct:ipv6_txoptions

Completed in 137 milliseconds