Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dif_tunnel.h65 IFLA_IPTUN_ENCAP_LIMIT, enumerator
/Linux-v6.6/net/ipv6/
Dip6_tunnel.c1971 if (data[IFLA_IPTUN_ENCAP_LIMIT]) in ip6_tnl_netlink_parms()
1972 parms->encap_limit = nla_get_u8(data[IFLA_IPTUN_ENCAP_LIMIT]); in ip6_tnl_netlink_parms()
2112 nla_put_u8(skb, IFLA_IPTUN_ENCAP_LIMIT, parm->encap_limit) || in ip6_tnl_fill_info()
2148 [IFLA_IPTUN_ENCAP_LIMIT] = { .type = NLA_U8 },