Lines Matching defs:crxnfc
840 struct compat_ethtool_rxnfc crxnfc = {};
858 if (copy_from_user(&crxnfc, useraddr, min(size, sizeof(crxnfc))))
862 .cmd = crxnfc.cmd,
863 .flow_type = crxnfc.flow_type,
864 .data = crxnfc.data,
866 .flow_type = crxnfc.fs.flow_type,
867 .h_u = crxnfc.fs.h_u,
868 .h_ext = crxnfc.fs.h_ext,
869 .m_u = crxnfc.fs.m_u,
870 .m_ext = crxnfc.fs.m_ext,
871 .ring_cookie = crxnfc.fs.ring_cookie,
872 .location = crxnfc.fs.location,
874 .rule_cnt = crxnfc.rule_cnt,
897 struct compat_ethtool_rxnfc crxnfc;
899 memset(&crxnfc, 0, sizeof(crxnfc));
900 crxnfc = (struct compat_ethtool_rxnfc) {
916 if (copy_to_user(useraddr, &crxnfc, min(size, sizeof(crxnfc))))