Symbol: ethtool_tcpip6_spec
drivers/net/dsa/bcm_sf2_cfp.c
603
fs_size = sizeof(struct ethtool_tcpip6_spec);
drivers/net/ethernet/broadcom/asp2/bcmasp.c
361
struct ethtool_tcpip6_spec *match,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
362
struct ethtool_tcpip6_spec *mask,
drivers/net/ethernet/broadcom/asp2/bcmasp.c
625
fs_size = sizeof(struct ethtool_tcpip6_spec);
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1430
struct ethtool_tcpip6_spec *ip_spec = &fs->h_u.tcp_ip6_spec;
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c
1431
struct ethtool_tcpip6_spec *ip_mask = &fs->m_u.tcp_ip6_spec;
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
5985
static int hclge_fd_check_tcpip6_tuple(struct ethtool_tcpip6_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6778
struct ethtool_tcpip6_spec *spec,
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c
6779
struct ethtool_tcpip6_spec *spec_mask)
drivers/net/ethernet/intel/i40e/i40e_ethtool.c
4299
struct ethtool_tcpip6_spec *tcp_ip6_spec;
drivers/net/ethernet/intel/ice/ice_ethtool_fdir.c
1067
struct ethtool_tcpip6_spec *tcp_ip6_spec,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
701
struct ethtool_tcpip6_spec *ipv6_l4_mask = &fsp->m_u.tcp_ip6_spec;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
702
struct ethtool_tcpip6_spec *ipv6_l4_hdr = &fsp->h_u.tcp_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
291
struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
292
struct ethtool_tcpip6_spec *l4_val = &fs->h_u.tcp_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
304
struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
305
struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec;
drivers/net/ethernet/mellanox/mlx5/core/en_fs_ethtool.c
630
struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
645
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
646
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
921
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/ethtool_common.c
922
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1040
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
1041
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
793
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/falcon/ethtool.c
794
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
646
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
647
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
912
struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec;
drivers/net/ethernet/sfc/siena/ethtool_common.c
913
struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec;
include/uapi/linux/ethtool.h
1358
struct ethtool_tcpip6_spec tcp_ip6_spec;
include/uapi/linux/ethtool.h
1359
struct ethtool_tcpip6_spec udp_ip6_spec;
include/uapi/linux/ethtool.h
1360
struct ethtool_tcpip6_spec sctp_ip6_spec;
net/ethtool/ioctl.c
3723
const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec;