Searched refs:MPLS_IPTUNNEL_MAX (Results 1 – 2 of 2) sorted by relevance
30 static const struct nla_policy mpls_iptunnel_policy[MPLS_IPTUNNEL_MAX + 1] = {130 struct nlattr *tb[MPLS_IPTUNNEL_MAX + 1]; in mpls_build_state()135 ret = nla_parse_nested(tb, MPLS_IPTUNNEL_MAX, nla, in mpls_build_state()
26 #define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1) macro