Searched refs:MPLS_IPTUNNEL_MAX (Results 1 – 5 of 5) sorted by relevance
47 static struct nla_policy mpls_encap_policy[MPLS_IPTUNNEL_MAX + 1] = {54 struct nlattr *tb[MPLS_IPTUNNEL_MAX + 1]; in mpls_encap_parse_msg()60 err = nla_parse_nested(tb, MPLS_IPTUNNEL_MAX, nla, mpls_encap_policy); in mpls_encap_parse_msg()
29 #define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1) macro
245 struct rtattr *tb[MPLS_IPTUNNEL_MAX+1]; in print_encap_mpls()247 parse_rtattr_nested(tb, MPLS_IPTUNNEL_MAX, encap); in print_encap_mpls()