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

/linux-master/net/ethtool/
H A Dbitset.c314 static const struct nla_policy bit_policy[] = { variable in typeref:struct:nla_policy
382 struct nlattr *tb[ARRAY_SIZE(bit_policy)];
385 ret = nla_parse_nested(tb, ARRAY_SIZE(bit_policy) - 1, bit_attr,
386 bit_policy, extack);

Completed in 275 milliseconds