Home
last modified time | relevance | path

Searched refs:ethtool_tcpip4_spec (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dethtool.h699 struct ethtool_tcpip4_spec { struct
744 struct ethtool_tcpip4_spec tcp_ip4_spec;
745 struct ethtool_tcpip4_spec udp_ip4_spec;
746 struct ethtool_tcpip4_spec sctp_ip4_spec;
935 struct ethtool_tcpip4_spec tcp_ip4_spec;
936 struct ethtool_tcpip4_spec udp_ip4_spec;
937 struct ethtool_tcpip4_spec sctp_ip4_spec;
/linux-4.1.27/drivers/net/ethernet/sfc/
Dethtool.c792 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
793 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_get_class_rule()
952 struct ethtool_tcpip4_spec *ip_entry = &rule->h_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
953 struct ethtool_tcpip4_spec *ip_mask = &rule->m_u.tcp_ip4_spec; in efx_ethtool_set_class_rule()
/linux-4.1.27/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1026 static void gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, in gfar_set_basic_ip()
1027 struct ethtool_tcpip4_spec *mask, in gfar_set_basic_ip()
1217 gfar_set_basic_ip((struct ethtool_tcpip4_spec *)&rule->h_u, in gfar_convert_to_filer()
1218 (struct ethtool_tcpip4_spec *)&rule->m_u, in gfar_convert_to_filer()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1213 struct ethtool_tcpip4_spec *l4_mask; in mlx4_en_validate_flow()
1375 struct ethtool_tcpip4_spec *l4_mask = &cmd->fs.m_u.tcp_ip4_spec; in add_tcp_udp_rule()