Searched refs:usr_ip6_spec (Results 1 – 6 of 6) sorted by relevance
252 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in parse_ip6()253 struct ethtool_usrip6_spec *l3_val = &fs->h_u.usr_ip6_spec; in parse_ip6()553 struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec; in validate_ip6()
5138 struct ethtool_usrip6_spec *usr_ip6_spec; in hclge_fd_check_spec() local5227 usr_ip6_spec = &fs->h_u.usr_ip6_spec; in hclge_fd_check_spec()5233 if (!usr_ip6_spec->ip6src[0] && !usr_ip6_spec->ip6src[1] && in hclge_fd_check_spec()5234 !usr_ip6_spec->ip6src[2] && !usr_ip6_spec->ip6src[3]) in hclge_fd_check_spec()5237 if (!usr_ip6_spec->ip6dst[0] && !usr_ip6_spec->ip6dst[1] && in hclge_fd_check_spec()5238 !usr_ip6_spec->ip6dst[2] && !usr_ip6_spec->ip6dst[3]) in hclge_fd_check_spec()5241 if (!usr_ip6_spec->l4_proto) in hclge_fd_check_spec()5244 if (usr_ip6_spec->tclass) in hclge_fd_check_spec()5247 if (usr_ip6_spec->l4_4_bytes) in hclge_fd_check_spec()5449 fs->h_u.usr_ip6_spec.ip6src, IPV6_SIZE); in hclge_fd_get_tuple()[all …]
794 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()795 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_get_class_rule()1030 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()1031 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in ef4_ethtool_set_class_rule()
817 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_get_class_rule()818 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_get_class_rule()1086 struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec; in efx_ethtool_set_class_rule()1087 struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec; in efx_ethtool_set_class_rule()
864 struct ethtool_usrip6_spec usr_ip6_spec; member
36 switch (fsp->h_u.usr_ip6_spec.l4_proto) { in aq_rule_is_approve()