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

/net/ipv6/
H A Dip6_gre.c595 __u8 dst_opt[8]; member in struct:ipv6_tel_txoption
602 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT;
603 opt->dst_opt[3] = 1;
604 opt->dst_opt[4] = encap_limit;
605 opt->dst_opt[5] = IPV6_TLV_PADN;
606 opt->dst_opt[6] = 1;
608 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt;
H A Dip6_tunnel.c857 __u8 dst_opt[8]; member in struct:ipv6_tel_txoption
864 opt->dst_opt[2] = IPV6_TLV_TNL_ENCAP_LIMIT;
865 opt->dst_opt[3] = 1;
866 opt->dst_opt[4] = encap_limit;
867 opt->dst_opt[5] = IPV6_TLV_PADN;
868 opt->dst_opt[6] = 1;
870 opt->ops.dst0opt = (struct ipv6_opt_hdr *) opt->dst_opt;

Completed in 28 milliseconds