Home
last modified time | relevance | path

Searched refs:rule_locs (Results 1 – 3 of 3) sorted by relevance

/net/dsa/
Dslave.c1079 struct ethtool_rxnfc *nfc, u32 *rule_locs) in dsa_slave_get_rxnfc() argument
1087 return ds->ops->get_rxnfc(ds, dp->index, nfc, rule_locs); in dsa_slave_get_rxnfc()
/net/
Dsocket.c3203 if (copy_in_user(&compat_rxnfc->rule_locs[0], in ethtool_ioctl()
3204 &rxnfc->rule_locs[0], in ethtool_ioctl()
/net/core/
Dethtool.c962 useraddr += offsetof(struct ethtool_rxnfc, rule_locs); in ethtool_get_rxnfc()