Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dexthdrs.c1208 if (opt->dst1opt) in ipv6_push_frag_opts()
1209 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts()
1226 if (opt2->dst1opt) in ipv6_dup_options()
1227 *((char **)&opt2->dst1opt) += dif; in ipv6_dup_options()
1288 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options()
1289 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); in ipv6_renew_options()
1318 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options()
1319 (opt ? opt->dst1opt : NULL), in ipv6_renew_options()
1325 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0); in ipv6_renew_options()
H A Ddatagram.c902 if (opt->dst1opt) { in ip6_datagram_send_ctl()
907 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
928 if (opt->dst1opt) in ip6_datagram_send_ctl()
929 opt->opt_flen -= ipv6_optlen(opt->dst1opt); in ip6_datagram_send_ctl()
931 opt->dst1opt = hdr; in ip6_datagram_send_ctl()
983 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) { in ip6_datagram_send_ctl()
984 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3); in ip6_datagram_send_ctl()
989 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl()
990 opt->dst1opt = NULL; in ip6_datagram_send_ctl()
H A Dip6_output.c1374 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation); in ip6_setup_cork()
1375 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork()
1879 kfree(opt->dst1opt); in ip6_cork_release()
H A Dip6_flowlabel.c331 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
H A Dipv6_sockglue.c1003 hdr = opt->dst1opt; in ipv6_getsockopt_sticky()
H A Dip6_tunnel.c1008 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c693 opt.ops.dst1opt = (struct ipv6_opt_hdr *)opt.dst_opt; in nf_flow_tunnel_ip6ip6_push()
696 hopt = skb_push(skb, ipv6_optlen(opt.ops.dst1opt)); in nf_flow_tunnel_ip6ip6_push()
697 memcpy(hopt, opt.ops.dst1opt, ipv6_optlen(opt.ops.dst1opt)); in nf_flow_tunnel_ip6ip6_push()
/linux/include/net/
H A Dipv6.h304 struct ipv6_opt_hdr *dst1opt; member