Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dip6_tunnel.c798 __u8 dst_opt[8]; member
805 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
806 opt->dst_opt[3] = 1; in init_tel_txopt()
807 opt->dst_opt[4] = encap_limit; in init_tel_txopt()
808 opt->dst_opt[5] = IPV6_TLV_PADN; in init_tel_txopt()
809 opt->dst_opt[6] = 1; in init_tel_txopt()
811 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()