Searched refs:encap_limit (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | ip6_gre.c | 485 if (tel->encap_limit == 0) { in ip6gre_err() 654 int *encap_limit) in prepare_ip6gre_xmit_ipv4() argument 660 *encap_limit = t->parms.encap_limit; in prepare_ip6gre_xmit_ipv4() 680 int *encap_limit) in prepare_ip6gre_xmit_ipv6() argument 693 if (tel->encap_limit == 0) { in prepare_ip6gre_xmit_ipv6() 698 *encap_limit = tel->encap_limit - 1; in prepare_ip6gre_xmit_ipv6() 700 *encap_limit = t->parms.encap_limit; in prepare_ip6gre_xmit_ipv6() 725 struct flowi6 *fl6, int encap_limit, in __gre6_xmit() argument 783 return ip6_tnl_xmit(skb, dev, dsfield, fl6, encap_limit, pmtu, in __gre6_xmit() 790 int encap_limit = -1; in ip6gre_xmit_ipv4() local [all …]
|
D | ip6_tunnel.c | 525 if (tel->encap_limit == 0) { in ip6_tnl_err() 944 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit) in init_tel_txopt() argument 950 opt->dst_opt[4] = encap_limit; in init_tel_txopt() 1037 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, in ip6_tnl_xmit() argument 1132 if (encap_limit >= 0) { in ip6_tnl_xmit() 1208 if (encap_limit >= 0) { in ip6_tnl_xmit() 1209 init_tel_txopt(&opt, encap_limit); in ip6_tnl_xmit() 1238 int encap_limit = -1; in ip4ip6_tnl_xmit() local 1273 encap_limit = t->parms.encap_limit; in ip4ip6_tnl_xmit() 1297 err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu, in ip4ip6_tnl_xmit() [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | ip6_tunnel.h | 31 __u8 encap_limit; /* encapsulation limit for tunnel */ member 43 __u8 encap_limit; /* encapsulation limit for tunnel */ member
|
/Linux-v4.19/include/net/ |
D | ip6_tunnel.h | 25 __u8 encap_limit; /* encapsulation limit for tunnel */ member 132 __u8 encap_limit; /* tunnel encapsulation limit */ member 143 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
|