Searched refs:IFAL_MAX (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_addrlabel.h31 #define IFAL_MAX (__IFAL_MAX - 1) macro
/linux-master/net/ipv6/
H A Daddrlabel.c367 static const struct nla_policy ifal_policy[IFAL_MAX+1] = {
389 struct nlattr *tb[IFAL_MAX+1];
394 err = nlmsg_parse_deprecated(nlh, sizeof(*ifal), tb, IFAL_MAX,
550 IFAL_MAX, ifal_policy, extack);
558 err = nlmsg_parse_deprecated_strict(nlh, sizeof(*ifal), tb, IFAL_MAX,
563 for (i = 0; i <= IFAL_MAX; i++) {
584 struct nlattr *tb[IFAL_MAX+1];

Completed in 146 milliseconds