Home
last modified time | relevance | path

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

/net/
Dsocket.c3093 struct compat_ethtool_rxnfc __user *compat_rxnfc; in ethtool_ioctl() local
3106 compat_rxnfc = compat_ptr(data); in ethtool_ioctl()
3108 if (get_user(ethcmd, &compat_rxnfc->cmd)) in ethtool_ioctl()
3119 if (get_user(rule_cnt, &compat_rxnfc->rule_cnt)) in ethtool_ioctl()
3141 ifr.ifr_data = convert_in ? rxnfc : (void __user *)compat_rxnfc; in ethtool_ioctl()
3148 sizeof(compat_rxnfc->fs.m_ext) != in ethtool_ioctl()
3157 if (copy_in_user(rxnfc, compat_rxnfc, in ethtool_ioctl()
3161 &compat_rxnfc->fs.ring_cookie, in ethtool_ioctl()
3169 &compat_rxnfc->rule_cnt, in ethtool_ioctl()
3179 if (copy_in_user(compat_rxnfc, rxnfc, in ethtool_ioctl()
[all …]