ETHTOOL_A_BITSET_BITS
bits = nla_nest_start(skb, ETHTOOL_A_BITSET_BITS);
[ETHTOOL_A_BITSET_BITS] = { .type = NLA_NESTED },
if (tb[ETHTOOL_A_BITSET_BITS]) {
nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) {
if (tb[ETHTOOL_A_BITSET_BITS])
if (!tb[ETHTOOL_A_BITSET_BITS]) {
nla_for_each_nested(bit_attr, tb[ETHTOOL_A_BITSET_BITS], rem) {