Searched refs:ethtool_rxnfc_copy_from_user (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | ioctl.c | 859 static int ethtool_rxnfc_copy_from_user(struct ethtool_rxnfc *rxnfc, in ethtool_rxnfc_copy_from_user() function 946 if (ethtool_rxnfc_copy_from_user(&info, useraddr, info_size)) in ethtool_set_rxnfc() 980 if (ethtool_rxnfc_copy_from_user(&info, useraddr, info_size)) in ethtool_get_rxnfc() 988 if (ethtool_rxnfc_copy_from_user(&info, useraddr, info_size)) in ethtool_get_rxnfc()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | ioctl.c | 868 static int ethtool_rxnfc_copy_from_user(struct ethtool_rxnfc *rxnfc, in ethtool_rxnfc_copy_from_user() function 922 if (ethtool_rxnfc_copy_from_user(info, useraddr, *info_size)) in ethtool_rxnfc_copy_struct() 927 if (ethtool_rxnfc_copy_from_user(info, useraddr, *info_size)) in ethtool_rxnfc_copy_struct()
|
Completed in 8 milliseconds