Lines Matching defs:bitset_policy
305 static const struct nla_policy bitset_policy[] = {
330 struct nlattr *tb[ARRAY_SIZE(bitset_policy)];
333 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, bitset,
334 bitset_policy, NULL);
556 struct nlattr *tb[ARRAY_SIZE(bitset_policy)];
563 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr,
564 bitset_policy, extack);
609 struct nlattr *tb[ARRAY_SIZE(bitset_policy)];
617 ret = nla_parse_nested(tb, ARRAY_SIZE(bitset_policy) - 1, attr,
618 bitset_policy, extack);