Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h129 IFLA_GRE_ENCAP_LIMIT, enumerator
/openbmc/linux/net/ipv6/
H A Dip6_gre.c1822 if (data[IFLA_GRE_ENCAP_LIMIT]) in ip6gre_netlink_parms()
1823 parms->encap_limit = nla_get_u8(data[IFLA_GRE_ENCAP_LIMIT]); in ip6gre_netlink_parms()
2182 nla_put_u8(skb, IFLA_GRE_ENCAP_LIMIT, p->encap_limit) || in ip6gre_fill_info()
2218 [IFLA_GRE_ENCAP_LIMIT] = { .type = NLA_U8 },