Lines Matching refs:encap_limit
548 if (tel->encap_limit == 0) {
1023 static void init_tel_txopt(struct ipv6_tel_txoption *opt, __u8 encap_limit)
1029 opt->dst_opt[4] = encap_limit;
1101 * @encap_limit: encapsulation limit
1116 struct flowi6 *fl6, int encap_limit, __u32 *pmtu,
1211 if (encap_limit >= 0) {
1287 if (encap_limit >= 0) {
1288 init_tel_txopt(&opt, encap_limit);
1319 int encap_limit = -1;
1361 encap_limit = t->parms.encap_limit;
1372 if (tel->encap_limit == 0) {
1377 encap_limit = tel->encap_limit - 1;
1421 err = ip6_tnl_xmit(skb, dev, dsfield, &fl6, encap_limit, &mtu,
1564 t->parms.encap_limit = p->encap_limit;
1603 p->encap_limit = u->encap_limit;
1617 u->encap_limit = p->encap_limit;
2013 parms->encap_limit = nla_get_u8(data[IFLA_IPTUN_ENCAP_LIMIT]);
2185 nla_put_u8(skb, IFLA_IPTUN_ENCAP_LIMIT, parm->encap_limit) ||