Searched refs:SEG6_LOCAL_MAX (Results 1 – 5 of 5) sorted by relevance
646 static const struct nla_policy seg6_local_policy[SEG6_LOCAL_MAX + 1] = {908 static struct seg6_action_param seg6_action_params[SEG6_LOCAL_MAX + 1] = {955 for (i = 0; i < SEG6_LOCAL_MAX + 1; i++) { in parse_nla_action()976 struct nlattr *tb[SEG6_LOCAL_MAX + 1]; in seg6_local_build_state()984 err = nla_parse_nested_deprecated(tb, SEG6_LOCAL_MAX, nla, in seg6_local_build_state()1042 for (i = 0; i < SEG6_LOCAL_MAX + 1; i++) { in seg6_local_fill_encap()1106 for (i = 0; i < SEG6_LOCAL_MAX + 1; i++) { in seg6_local_cmp_encap()
31 #define SEG6_LOCAL_MAX (__SEG6_LOCAL_MAX - 1) macro