Home
last modified time | relevance | path

Searched refs:dst1opt (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dexthdrs.c1197 if (opt->dst1opt) in ipv6_push_frag_opts()
1198 ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
1214 if (opt2->dst1opt) in ipv6_dup_options()
1215 *((char **)&opt2->dst1opt) += dif; in ipv6_dup_options()
1276 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1277 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); in ipv6_renew_options()
1306 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options()
1307 (opt ? opt->dst1opt : NULL), in ipv6_renew_options()
1313 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) in ipv6_renew_options()
[all...]
H A Ddatagram.c900 if (opt->dst1opt) { in ip6_datagram_send_ctl()
905 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
927 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
974 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) { in ip6_datagram_send_ctl()
975 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3); in ip6_datagram_send_ctl()
978 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
979 opt->dst1opt = NULL; in ip6_datagram_send_ctl()
H A Dip6_output.c1376 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation); in ip6_setup_cork()
1377 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork()
1881 kfree(opt->dst1opt); in ip6_cork_release()
H A Dip6_flowlabel.c337 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
H A Dipv6_sockglue.c999 hdr = opt->dst1opt; in ipv6_getsockopt_sticky()