Home
last modified time | relevance | path

Searched refs:dst_opt (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_flow_table_ip.c643 __u8 dst_opt[8]; member
685 .dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT, in nf_flow_tunnel_ip6ip6_push()
686 .dst_opt[3] = 1, in nf_flow_tunnel_ip6ip6_push()
687 .dst_opt[4] = encap_limit, in nf_flow_tunnel_ip6ip6_push()
688 .dst_opt[5] = IPV6_TLV_PADN, in nf_flow_tunnel_ip6ip6_push()
689 .dst_opt[6] = 1, in nf_flow_tunnel_ip6ip6_push()
693 opt.ops.dst1opt = (struct ipv6_opt_hdr *)opt.dst_opt; in nf_flow_tunnel_ip6ip6_push()
/linux/net/ipv6/
H A Dip6_tunnel.c990 __u8 dst_opt[8]; member
997 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
998 opt->dst_opt[3] = 1; in init_tel_txopt()
999 opt->dst_opt[4] = encap_limit; in init_tel_txopt()
1000 opt->dst_opt[5] = IPV6_TLV_PADN; in init_tel_txopt()
1001 opt->dst_opt[6] = 1; in init_tel_txopt()
1003 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()