encap_limit 25 include/net/ip6_tunnel.h __u8 encap_limit; /* encapsulation limit for tunnel */ encap_limit 134 include/net/ip6_tunnel.h __u8 encap_limit; /* tunnel encapsulation limit */ encap_limit 145 include/net/ip6_tunnel.h struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto); encap_limit 31 include/uapi/linux/ip6_tunnel.h __u8 encap_limit; /* encapsulation limit for tunnel */ encap_limit 43 include/uapi/linux/ip6_tunnel.h __u8 encap_limit; /* encapsulation limit for tunnel */ encap_limit 462 net/ipv6/ip6_gre.c if (tel->encap_limit == 0) { encap_limit 635 net/ipv6/ip6_gre.c int *encap_limit) encap_limit 641 net/ipv6/ip6_gre.c *encap_limit = t->parms.encap_limit; encap_limit 661 net/ipv6/ip6_gre.c int *encap_limit) encap_limit 675 net/ipv6/ip6_gre.c if (tel->encap_limit == 0) { encap_limit 680 net/ipv6/ip6_gre.c *encap_limit = tel->encap_limit - 1; encap_limit 682 net/ipv6/ip6_gre.c *encap_limit = t->parms.encap_limit; encap_limit 707 net/ipv6/ip6_gre.c struct flowi6 *fl6, int encap_limit, encap_limit 765 net/ipv6/ip6_gre.c return ip6_tnl_xmit(skb, dev, dsfield, fl6, encap_limit, pmtu, encap_limit 772 net/ipv6/ip6_gre.c int encap_limit = -1; encap_limit 782 net/ipv6/ip6_gre.c &dsfield, &encap_limit); encap_limit 788 net/ipv6/ip6_gre.c err = __gre6_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, encap_limit 805 net/ipv6/ip6_gre.c int encap_limit = -1; encap_limit 815 net/ipv6/ip6_gre.c prepare_ip6gre_xmit_ipv6(skb, dev, &fl6, &dsfield, &encap_limit)) encap_limit 821 net/ipv6/ip6_gre.c err = __gre6_xmit(skb, dev, dsfield, &fl6, encap_limit, encap_limit 855 net/ipv6/ip6_gre.c int encap_limit = -1; encap_limit 861 net/ipv6/ip6_gre.c encap_limit = t->parms.encap_limit; encap_limit 870 net/ipv6/ip6_gre.c err = __gre6_xmit(skb, dev, 0, &fl6, encap_limit, &mtu, skb->protocol); encap_limit 919 net/ipv6/ip6_gre.c int encap_limit = -1; encap_limit 1007 net/ipv6/ip6_gre.c &dsfield, &encap_limit); encap_limit 1013 net/ipv6/ip6_gre.c &dsfield, &encap_limit)) encap_limit 1045 net/ipv6/ip6_gre.c err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, encap_limit 1163 net/ipv6/ip6_gre.c t->parms.encap_limit = p->encap_limit; encap_limit 1194 net/ipv6/ip6_gre.c p->encap_limit = u->encap_limit; encap_limit 1212 net/ipv6/ip6_gre.c u->encap_limit = p->encap_limit; encap_limit 1779 net/ipv6/ip6_gre.c parms->encap_limit = nla_get_u8(data[IFLA_GRE_ENCAP_LIMIT]); encap_limit 2138 net/ipv6/ip6_gre.c nla_put_u8(skb, IFLA_GRE_ENCAP_LIMIT, p->encap_limit) || encap_limit 520 net/ipv6/ip6_tunnel.c if (tel->encap_limit == 0) { encap_limit 940 net/ipv6/ip6_tunnel.c static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) encap_limit 946 net/ipv6/ip6_tunnel.c opt->dst_opt[4] = encap_limit; encap_limit 1033 net/ipv6/ip6_tunnel.c struct flowi6 *fl6, int encap_limit, __u32 *pmtu, encap_limit 1128 net/ipv6/ip6_tunnel.c if (encap_limit >= 0) { encap_limit 1204 net/ipv6/ip6_tunnel.c if (encap_limit >= 0) { encap_limit 1205 net/ipv6/ip6_tunnel.c init_tel_txopt(&opt, encap_limit); encap_limit 1234 net/ipv6/ip6_tunnel.c int encap_limit = -1; encap_limit 1265 net/ipv6/ip6_tunnel.c encap_limit = t->parms.encap_limit; encap_limit 1288 net/ipv6/ip6_tunnel.c err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, encap_limit 1306 net/ipv6/ip6_tunnel.c int encap_limit = -1; encap_limit 1343 net/ipv6/ip6_tunnel.c if (tel->encap_limit == 0) { encap_limit 1348 net/ipv6/ip6_tunnel.c encap_limit = tel->encap_limit - 1; encap_limit 1350 net/ipv6/ip6_tunnel.c encap_limit = t->parms.encap_limit; encap_limit 1376 net/ipv6/ip6_tunnel.c err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, encap_limit 1495 net/ipv6/ip6_tunnel.c t->parms.encap_limit = p->encap_limit; encap_limit 1534 net/ipv6/ip6_tunnel.c p->encap_limit = u->encap_limit; encap_limit 1548 net/ipv6/ip6_tunnel.c u->encap_limit = p->encap_limit; encap_limit 1943 net/ipv6/ip6_tunnel.c parms->encap_limit = nla_get_u8(data[IFLA_IPTUN_ENCAP_LIMIT]); encap_limit 2115 net/ipv6/ip6_tunnel.c nla_put_u8(skb, IFLA_IPTUN_ENCAP_LIMIT, parm->encap_limit) ||