Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_tunnel.c1010 __u8 dst_opt[8]; member
1017 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
1018 opt->dst_opt[3] = 1; in init_tel_txopt()
1019 opt->dst_opt[4] = encap_limit; in init_tel_txopt()
1020 opt->dst_opt[5] = IPV6_TLV_PADN; in init_tel_txopt()
1021 opt->dst_opt[6] = 1; in init_tel_txopt()
1023 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()