net/ethtool/rss.c
1052
ethnl_update_u8_u32(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod);
net/ethtool/rss.c
317
nla_put_u32(skb, ETHTOOL_A_RSS_HFUNC, data->hfunc)) ||
net/ethtool/rss.c
573
[ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_RANGE(NLA_U32, 1, U8_MAX),
net/ethtool/rss.c
594
bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC];
net/ethtool/rss.c
854
ethnl_update_u8_u32(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod);
net/ethtool/rss.c
938
[ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_RANGE(NLA_U32, 1, U8_MAX),
net/ethtool/rss.c
964
bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC];