net/ethtool/rss.c
1041
ethnl_update_u8(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod);
net/ethtool/rss.c
313
nla_put_u32(skb, ETHTOOL_A_RSS_HFUNC, data->hfunc)) ||
net/ethtool/rss.c
574
[ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_MIN(NLA_U32, 1),
net/ethtool/rss.c
595
bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC];
net/ethtool/rss.c
853
ethnl_update_u8(&rxfh.hfunc, tb[ETHTOOL_A_RSS_HFUNC], &mod);
net/ethtool/rss.c
933
[ETHTOOL_A_RSS_HFUNC] = NLA_POLICY_MIN(NLA_U32, 1),
net/ethtool/rss.c
959
bad_attr = bad_attr ?: tb[ETHTOOL_A_RSS_HFUNC];