Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/link/
Dipgre.c61 static struct nla_policy ipgre_policy[IFLA_GRE_MAX + 1] = {
94 struct nlattr *tb[IFLA_GRE_MAX + 1]; in ipgre_parse()
100 err = nla_parse_nested(tb, IFLA_GRE_MAX, data, ipgre_policy); in ipgre_parse()
/third_party/libnl/include/linux-private/linux/
Dif_tunnel.h146 #define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1) macro