Symbol: ethtool_usrip6_spec
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1325
static bool bnxt_verify_ntuple_ip6_flow(struct ethtool_usrip6_spec *ip_spec,
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1326
struct ethtool_usrip6_spec *ip_mask)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1416
struct ethtool_usrip6_spec *ip_spec = &fs->h_u.usr_ip6_spec;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1417
struct ethtool_usrip6_spec *ip_mask = &fs->m_u.usr_ip6_spec;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6012
static int hclge_fd_check_ip6_tuple(struct ethtool_usrip6_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6809
struct ethtool_usrip6_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6810
struct ethtool_usrip6_spec *spec_mask)
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
4300
struct ethtool_usrip6_spec *usr_ip6_spec;
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c
1157
struct ethtool_usrip6_spec *usr_ip6_spec,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
699
struct ethtool_usrip6_spec *ipv6_usr_mask = &fsp->m_u.usr_ip6_spec;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
700
struct ethtool_usrip6_spec *ipv6_usr_hdr = &fsp->h_u.usr_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
276
struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
277
struct ethtool_usrip6_spec *l3_val = &fs->h_u.usr_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
612
struct ethtool_usrip6_spec *l3_mask = &fs->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
647
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
648
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
923
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
924
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1042
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1043
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
795
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
796
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
648
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
649
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
914
struct ethtool_usrip6_spec *uip6_entry = &rule->h_u.usr_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
915
struct ethtool_usrip6_spec *uip6_mask = &rule->m_u.usr_ip6_spec;
include/uapi/linux/ethtool.h
1363
struct ethtool_usrip6_spec usr_ip6_spec;