Searched refs:ethtool_rxnfc_copy_to_user (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ethtool/ |
| H A D | ioctl.c | 954 static int ethtool_rxnfc_copy_to_user(void __user *useraddr, in ethtool_rxnfc_copy_to_user() function 1169 return ethtool_rxnfc_copy_to_user(useraddr, &info, info_size, NULL); in ethtool_get_rxfh_fields() 1205 ethtool_rxnfc_copy_to_user(useraddr, &info, info_size, NULL)) in ethtool_set_rxnfc() 1230 return ethtool_rxnfc_copy_to_user(useraddr, &info, info_size, NULL); in ethtool_get_rxrings() 1264 ret = ethtool_rxnfc_copy_to_user(useraddr, &info, info_size, rule_buf); in ethtool_get_rxnfc()
|