Home
last modified time | relevance | path

Searched refs:udp_ip4_spec (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dethtool.h1072 struct ethtool_tcpip4_spec udp_ip4_spec; member
1315 struct ethtool_tcpip4_spec udp_ip4_spec; member
/openbmc/qemu/include/standard-headers/linux/
H A Dethtool.h1127 struct ethtool_tcpip4_spec udp_ip4_spec; member
1373 struct ethtool_tcpip4_spec udp_ip4_spec; member
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1539 udp_ip4_spec.ip4dst); in add_tcp_udp_rule()
1543 spec_l3->ipv4.src_ip = cmd->fs.h_u.udp_ip4_spec.ip4src; in add_tcp_udp_rule()
1544 spec_l3->ipv4.dst_ip = cmd->fs.h_u.udp_ip4_spec.ip4dst; in add_tcp_udp_rule()
1545 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc; in add_tcp_udp_rule()
1546 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule()
/openbmc/linux/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, in dpaa2_eth_prep_cls_rule()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c248 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()
249 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c1115 gfar_set_basic_ip(&rule->h_u.udp_ip4_spec, in gfar_convert_to_filer()
1116 &rule->m_u.udp_ip4_spec, tab); in gfar_convert_to_filer()
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c533 l4ip4_h = &fs->h_u.udp_ip4_spec; in enetc_set_cls_entry()
534 l4ip4_m = &fs->m_u.udp_ip4_spec; in enetc_set_cls_entry()
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp.c468 bcmasp_netfilt_tcpip4_wr(priv, nfilt, &fs->h_u.udp_ip4_spec, in bcmasp_netfilt_wr_to_hw()
469 &fs->m_u.udp_ip4_spec, offset); in bcmasp_netfilt_wr_to_hw()