Searched refs:dst1opt (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ipv6/ |
| H A D | exthdrs.c | 1211 if (opt->dst1opt) in ipv6_push_frag_opts() 1212 proto = ipv6_push_exthdr(skb, proto, NEXTHDR_DEST, opt->dst1opt); in ipv6_push_frag_opts() 1229 if (opt2->dst1opt) in ipv6_dup_options() 1230 *((char **)&opt2->dst1opt) += dif; in ipv6_dup_options() 1291 if (newtype != IPV6_DSTOPTS && opt->dst1opt) in ipv6_renew_options() 1292 tot_len += CMSG_ALIGN(ipv6_optlen(opt->dst1opt)); in ipv6_renew_options() 1321 ipv6_renew_option(IPV6_DSTOPTS, &opt2->dst1opt, in ipv6_renew_options() 1322 (opt ? opt->dst1opt : NULL), in ipv6_renew_options() 1328 opt2->opt_flen = (opt2->dst1opt ? ipv6_optlen(opt2->dst1opt) : 0); in ipv6_renew_options()
|
| H A D | datagram.c | 901 if (opt->dst1opt) { in ip6_datagram_send_ctl() 906 opt->dst1opt = hdr; in ip6_datagram_send_ctl() 927 if (opt->dst1opt) in ip6_datagram_send_ctl() 928 opt->opt_flen -= ipv6_optlen(opt->dst1opt); in ip6_datagram_send_ctl() 930 opt->dst1opt = hdr; in ip6_datagram_send_ctl() 982 if (cmsg->cmsg_type == IPV6_2292RTHDR && opt->dst1opt) { in ip6_datagram_send_ctl() 983 int dsthdrlen = ((opt->dst1opt->hdrlen+1)<<3); in ip6_datagram_send_ctl() 988 opt->dst0opt = opt->dst1opt; in ip6_datagram_send_ctl() 989 opt->dst1opt = NULL; in ip6_datagram_send_ctl()
|
| H A D | ip6_output.c | 1406 nopt->dst1opt = ip6_opt_dup(opt->dst1opt, sk->sk_allocation); in ip6_setup_cork() 1407 if (opt->dst1opt && !nopt->dst1opt) in ip6_setup_cork() 1913 kfree(opt->dst1opt); in ip6_cork_release()
|
| H A D | ip6_flowlabel.c | 331 opt_space->dst1opt = fopt->dst1opt; in fl6_merge_options()
|
| H A D | ip6_tunnel.c | 1015 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
|
| /linux/net/netfilter/ |
| H A D | nf_flow_table_ip.c | 703 opt.ops.dst1opt = (struct ipv6_opt_hdr *)opt.dst_opt; in nf_flow_tunnel_ip6ip6_push() 706 hopt = skb_push(skb, ipv6_optlen(opt.ops.dst1opt)); in nf_flow_tunnel_ip6ip6_push() 707 memcpy(hopt, opt.ops.dst1opt, ipv6_optlen(opt.ops.dst1opt)); in nf_flow_tunnel_ip6ip6_push()
|
| /linux/include/net/ |
| H A D | ipv6.h | 307 struct ipv6_opt_hdr *dst1opt; member
|