Searched refs:IFLA_GRE_MAX (Results 1 - 7 of 7) sorted by relevance
/external/iproute2/include/linux/ |
H A D | if_tunnel.h | 119 #define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1) macro
|
/external/libnl/include/linux-private/linux/ |
H A D | if_tunnel.h | 100 #define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1) macro
|
/external/iproute2/ip/ |
H A D | link_gre.c | 61 struct rtattr *greinfo[IFLA_GRE_MAX + 1]; 110 parse_rtattr_nested(greinfo, IFLA_GRE_MAX, 479 .maxattr = IFLA_GRE_MAX, 487 .maxattr = IFLA_GRE_MAX,
|
H A D | link_gre6.c | 71 struct rtattr *greinfo[IFLA_GRE_MAX + 1]; 116 parse_rtattr_nested(greinfo, IFLA_GRE_MAX, 402 .maxattr = IFLA_GRE_MAX, 410 .maxattr = IFLA_GRE_MAX,
|
/external/kernel-headers/original/uapi/linux/ |
H A D | if_tunnel.h | 138 #define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1) macro
|
/external/libnl/lib/route/link/ |
H A D | ipvti.c | 50 static struct nla_policy ipvti_policy[IFLA_GRE_MAX + 1] = { 80 err = nla_parse_nested(tb, IFLA_GRE_MAX, data, ipvti_policy);
|
H A D | ipgre.c | 60 static struct nla_policy ipgre_policy[IFLA_GRE_MAX + 1] = { 95 err = nla_parse_nested(tb, IFLA_GRE_MAX, data, ipgre_policy);
|
Completed in 88 milliseconds