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

/linux-master/net/ipv6/
H A Dexthdrs.c1188 if (opt->dst0opt)
1189 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst0opt);
1213 if (opt2->dst0opt)
1214 *((char **)&opt2->dst0opt) += dif;
1273 if (newtype != IPV6_RTHDRDSTOPTS && opt->dst0opt)
1274 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst0opt));
1300 ipv6_renew_option(IPV6_RTHDRDSTOPTS, &opt2->dst0opt,
1301 (opt ? opt->dst0opt : NULL),
1312 (opt2->dst0opt ? ipv6_optlen(opt2->dst0opt)
[all...]
H A Dip6_flowlabel.c326 opt_space->dst0opt = fl_opt->dst0opt;
333 opt_space->dst0opt = NULL;
H A Ddatagram.c930 opt->dst0opt = hdr;
978 opt->dst0opt = opt->dst1opt;
H A Dip6_output.c1360 nopt->dst0opt = ip6_opt_dup(opt->dst0opt, sk->sk_allocation);
1361 if (opt->dst0opt && !nopt->dst0opt)
1855 kfree(opt->dst0opt);
H A Dipv6_sockglue.c1018 hdr = opt->dst0opt;
/linux-master/include/net/
H A Dipv6.h312 struct ipv6_opt_hdr *dst0opt; member in struct:ipv6_txoptions

Completed in 151 milliseconds