dst_opt           937 net/ipv6/ip6_tunnel.c 	__u8 dst_opt[8];
dst_opt           944 net/ipv6/ip6_tunnel.c 	opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT;
dst_opt           945 net/ipv6/ip6_tunnel.c 	opt->dst_opt[3] = 1;
dst_opt           946 net/ipv6/ip6_tunnel.c 	opt->dst_opt[4] = encap_limit;
dst_opt           947 net/ipv6/ip6_tunnel.c 	opt->dst_opt[5] = IPV6_TLV_PADN;
dst_opt           948 net/ipv6/ip6_tunnel.c 	opt->dst_opt[6] = 1;
dst_opt           950 net/ipv6/ip6_tunnel.c 	opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt;