IFLA_BRPORT_MAX
static const struct nla_policy qeth_brport_policy[IFLA_BRPORT_MAX + 1] = {
struct nlattr *bp_tb[IFLA_BRPORT_MAX + 1];
rc = nla_parse_nested(bp_tb, IFLA_BRPORT_MAX, attr,
struct nlattr *tb[IFLA_BRPORT_MAX + 1];
err = nla_parse_nested_deprecated(tb, IFLA_BRPORT_MAX,
.slave_maxtype = IFLA_BRPORT_MAX,
static const struct nla_policy br_port_policy[IFLA_BRPORT_MAX + 1] = {