Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dethtool.h786 struct ethtool_tcpip6_spec { struct
833 struct ethtool_tcpip6_spec tcp_ip6_spec;
834 struct ethtool_tcpip6_spec udp_ip6_spec;
835 struct ethtool_tcpip6_spec sctp_ip6_spec;
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c265 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in parse_tcp6()
266 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.tcp_ip6_spec; in parse_tcp6()
278 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.udp_ip6_spec; in parse_udp6()
279 struct ethtool_tcpip6_spec *l4_val = &fs->h_u.udp_ip6_spec; in parse_udp6()
579 struct ethtool_tcpip6_spec *l4_mask = &fs->m_u.tcp_ip6_spec; in validate_tcpudp6()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dethtool.c795 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
796 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_get_class_rule()
1031 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
1032 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in ef4_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dethtool.c818 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
819 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_get_class_rule()
1087 struct ethtool_tcpip6_spec *ip6_entry = &rule->h_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
1088 struct ethtool_tcpip6_spec *ip6_mask = &rule->m_u.tcp_ip6_spec; in efx_ethtool_set_class_rule()
/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c523 struct ethtool_tcpip6_spec *v6_spec, *v6_m_spec; in bcm_sf2_cfp_ipv6_rule_set()
1057 struct ethtool_tcpip6_spec *v6_spec = NULL, *v6_m_spec = NULL; in bcm_sf2_cfp_ipv6_rule_get()