Symbol: ethtool_usrip4_spec
drivers/net/ethernet/broadcom/asp2/bcmasp.c
621
fs_size = sizeof(struct ethtool_usrip4_spec);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1312
static bool bnxt_verify_ntuple_ip4_flow(struct ethtool_usrip4_spec *ip_spec,
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1313
struct ethtool_usrip4_spec *ip_mask)
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1384
struct ethtool_usrip4_spec *ip_spec = &fs->h_u.usr_ip4_spec;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1385
struct ethtool_usrip4_spec *ip_mask = &fs->m_u.usr_ip4_spec;
drivers/net/ethernet/broadcom/genet/bcmgenet.c
1427
struct ethtool_usrip4_spec *l4_mask;
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c
376
static int dpaa2_eth_prep_uip_rule(struct ethtool_usrip4_spec *uip_value,
drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c
377
struct ethtool_usrip4_spec *uip_mask,
drivers/net/ethernet/freescale/enetc/enetc_ethtool.c
566
struct ethtool_usrip4_spec *l3ip4_h, *l3ip4_m;
drivers/net/ethernet/freescale/gianfar_ethtool.c
1143
gfar_set_user_ip((struct ethtool_usrip4_spec *) &rule->h_u,
drivers/net/ethernet/freescale/gianfar_ethtool.c
1144
(struct ethtool_usrip4_spec *) &rule->m_u,
drivers/net/ethernet/freescale/gianfar_ethtool.c
967
static void gfar_set_user_ip(struct ethtool_usrip4_spec *value,
drivers/net/ethernet/freescale/gianfar_ethtool.c
968
struct ethtool_usrip4_spec *mask,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
5955
static int hclge_fd_check_ip4_tuple(struct ethtool_usrip4_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6755
struct ethtool_usrip4_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6756
struct ethtool_usrip4_spec *spec_mask)
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
4302
struct ethtool_usrip4_spec *usr_ip4_spec;
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c
1011
struct ethtool_usrip4_spec *usr_ip4_spec,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
540
struct ethtool_usrip4_spec *ipv4_usr_mask = &fsp->m_u.usr_ip4_spec;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
541
struct ethtool_usrip4_spec *ipv4_usr_hdr = &fsp->h_u.usr_ip4_spec;
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
1330
struct ethtool_usrip4_spec *l3_mask;
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c
1453
struct ethtool_usrip4_spec *l3_mask = &cmd->fs.m_u.usr_ip4_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
261
struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
262
struct ethtool_usrip4_spec *l3_val = &fs->h_u.usr_ip4_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
594
struct ethtool_usrip4_spec *l3_mask = &fs->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/ethtool_common.c
643
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/ethtool_common.c
644
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/ethtool_common.c
919
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/ethtool_common.c
920
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1038
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1039
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
791
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
792
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
644
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
645
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
910
struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
911
struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
drivers/net/ethernet/sun/niu.c
7475
struct ethtool_usrip4_spec *uspec = &fsp->h_u.usr_ip4_spec;
drivers/net/ethernet/sun/niu.c
7476
struct ethtool_usrip4_spec *umask = &fsp->m_u.usr_ip4_spec;
include/uapi/linux/ethtool.h
1357
struct ethtool_usrip4_spec usr_ip4_spec;
include/uapi/linux/ethtool.h
1603
struct ethtool_usrip4_spec usr_ip4_spec;