Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dip6_tunnel.c942 __u8 dst_opt[8]; member
949 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
950 opt->dst_opt[3] = 1; in init_tel_txopt()
951 opt->dst_opt[4] = encap_limit; in init_tel_txopt()
952 opt->dst_opt[5] = IPV6_TLV_PADN; in init_tel_txopt()
953 opt->dst_opt[6] = 1; in init_tel_txopt()
955 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
Dip6_gre.c585 __u8 dst_opt[8]; member
592 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT; in init_tel_txopt()
593 opt->dst_opt[3] = 1; in init_tel_txopt()
594 opt->dst_opt[4] = encap_limit; in init_tel_txopt()
595 opt->dst_opt[5] = IPV6_TLV_PADN; in init_tel_txopt()
596 opt->dst_opt[6] = 1; in init_tel_txopt()
598 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()