Searched refs:ethtool_rxnfc_copy_struct (Results 1 – 1 of 1) sorted by relevance
/linux/net/ethtool/ |
H A D | ioctl.c | 922 static int ethtool_rxnfc_copy_struct(u32 cmd, struct ethtool_rxnfc *info, in ethtool_rxnfc_copy_struct() function 1076 rc = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_set_rxfh_fields() 1124 ret = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_get_rxfh_fields() 1158 rc = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_set_rxnfc() 1198 ret = ethtool_rxnfc_copy_struct(cmd, &info, &info_size, useraddr); in ethtool_get_rxnfc()
|