Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dif_tunnel.h129 IFLA_GRE_ENCAP_LIMIT, enumerator
/linux-6.15/net/ipv6/
H A Dip6_gre.c1824 if (data[IFLA_GRE_ENCAP_LIMIT]) in ip6gre_netlink_parms()
1825 parms->encap_limit = nla_get_u8(data[IFLA_GRE_ENCAP_LIMIT]); in ip6gre_netlink_parms()
2179 nla_put_u8(skb, IFLA_GRE_ENCAP_LIMIT, p->encap_limit) || in ip6gre_fill_info()
2215 [IFLA_GRE_ENCAP_LIMIT] = { .type = NLA_U8 },