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