Home
last modified time | relevance | path

Searched refs:ethtool_tcpip6_spec (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Dethtool.h1030 struct ethtool_tcpip6_spec { struct
1077 struct ethtool_tcpip6_spec tcp_ip6_spec;
1078 struct ethtool_tcpip6_spec udp_ip6_spec;
1079 struct ethtool_tcpip6_spec sctp_ip6_spec;
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c291 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in parse_tcp6()
292 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.tcp_ip6_spec; in parse_tcp6()
304 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec; in parse_udp6()
305 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec; in parse_udp6()
630 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in validate_tcpudp6()
/Linux-v6.6/drivers/net/ethernet/sfc/
Dethtool_common.c652 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
653 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
924 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
925 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
/Linux-v6.6/drivers/net/ethernet/sfc/siena/
Dethtool_common.c652 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
653 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
925 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
926 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
/Linux-v6.6/drivers/net/ethernet/sfc/falcon/
Dethtool.c799 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
800 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
1035 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
1036 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.c344 struct ethtool_tcpip6_spec *match, in bcmasp_netfilt_tcpip6_wr()
345 struct ethtool_tcpip6_spec *mask, in bcmasp_netfilt_tcpip6_wr()
608 fs_size = sizeof(struct ethtool_tcpip6_spec); in bcmasp_netfilt_check_dup()
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c693 struct ethtool_tcpip6_spec *ipv6_l4_mask = &fsp->m_u.tcp_ip6_spec; in otx2_prepare_ipv6_flow()
694 struct ethtool_tcpip6_spec *ipv6_l4_hdr = &fsp->h_u.tcp_ip6_spec; in otx2_prepare_ipv6_flow()
/Linux-v6.6/drivers/net/dsa/
Dbcm_sf2_cfp.c603 fs_size = sizeof(struct ethtool_tcpip6_spec); in bcm_sf2_cfp_rule_cmp()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_ethtool_fdir.c1057 struct ethtool_tcpip6_spec *tcp_ip6_spec, in ice_set_fdir_ip6_seg()
/Linux-v6.6/net/ethtool/
Dioctl.c3242 const struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in ethtool_rx_flow_rule_create()
/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c5878 static int hclge_fd_check_tcpip6_tuple(struct ethtool_tcpip6_spec *spec, in hclge_fd_check_tcpip6_tuple()
6671 struct ethtool_tcpip6_spec *spec, in hclge_fd_get_tcpip6_info()
6672 struct ethtool_tcpip6_spec *spec_mask) in hclge_fd_get_tcpip6_info()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c4292 struct ethtool_tcpip6_spec *tcp_ip6_spec; in i40e_check_fdir_input_set()