Searched refs:bit_policy (Results 1 – 1 of 1) sorted by relevance
315 static const struct nla_policy bit_policy[] = { variable383 struct nlattr *tb[ARRAY_SIZE(bit_policy)]; in ethnl_parse_bit()386 ret = nla_parse_nested(tb, ARRAY_SIZE(bit_policy) - 1, bit_attr, in ethnl_parse_bit()387 bit_policy, extack); in ethnl_parse_bit()