Searched refs:udp_ip4_spec (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c541 err = dpaa2_eth_prep_l4_rule(&fs->h_u.udp_ip4_spec, &fs->m_u.udp_ip4_spec,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec;
249 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec;
/linux-master/include/uapi/linux/
H A Dethtool.h1072 struct ethtool_tcpip4_spec udp_ip4_spec; member in union:ethtool_flow_union
1318 struct ethtool_tcpip4_spec udp_ip4_spec; member in union:ethtool_rx_ntuple_flow_spec::__anon2730
2009 #define UDP_V4_FLOW 0x02 /* hash or spec (udp_ip4_spec) */
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1539 udp_ip4_spec.ip4dst);
1543 spec_l3->ipv4.src_ip = cmd->fs.h_u.udp_ip4_spec.ip4src;
1544 spec_l3->ipv4.dst_ip = cmd->fs.h_u.udp_ip4_spec.ip4dst;
1545 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc;
1546 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst;
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1115 gfar_set_basic_ip(&rule->h_u.udp_ip4_spec,
1116 &rule->m_u.udp_ip4_spec, tab);
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c533 l4ip4_h = &fs->h_u.udp_ip4_spec;
534 l4ip4_m = &fs->m_u.udp_ip4_spec;
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c485 bcmasp_netfilt_tcpip4_wr(priv, nfilt, &fs->h_u.udp_ip4_spec,
486 &fs->m_u.udp_ip4_spec, offset);

Completed in 230 milliseconds