Searched refs:crxnfc (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ethtool/
H A Dioctl.c832 struct compat_ethtool_rxnfc crxnfc = {}; local
850 if (copy_from_user(&crxnfc, useraddr, min(size, sizeof(crxnfc))))
854 .cmd = crxnfc.cmd,
855 .flow_type = crxnfc.flow_type,
856 .data = crxnfc.data,
858 .flow_type = crxnfc.fs.flow_type,
859 .h_u = crxnfc.fs.h_u,
860 .h_ext = crxnfc.fs.h_ext,
861 .m_u = crxnfc
889 struct compat_ethtool_rxnfc crxnfc; local
[all...]

Completed in 108 milliseconds