Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dethtool.h941 struct ethtool_tcpip4_spec udp_ip4_spec; member
1182 struct ethtool_tcpip4_spec udp_ip4_spec; member
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-ethtool.c509 err = dpaa2_eth_prep_l4_rule(&fs->h_u.udp_ip4_spec, &fs->m_u.udp_ip4_spec, in dpaa2_eth_prep_cls_rule()
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c338 l4ip4_h = &fs->h_u.udp_ip4_spec; in enetc_set_cls_entry()
339 l4ip4_m = &fs->m_u.udp_ip4_spec; in enetc_set_cls_entry()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c1528 udp_ip4_spec.ip4dst); in add_tcp_udp_rule()
1532 spec_l3->ipv4.src_ip = cmd->fs.h_u.udp_ip4_spec.ip4src; in add_tcp_udp_rule()
1533 spec_l3->ipv4.dst_ip = cmd->fs.h_u.udp_ip4_spec.ip4dst; in add_tcp_udp_rule()
1534 spec_l4->tcp_udp.src_port = cmd->fs.h_u.udp_ip4_spec.psrc; in add_tcp_udp_rule()
1535 spec_l4->tcp_udp.dst_port = cmd->fs.h_u.udp_ip4_spec.pdst; in add_tcp_udp_rule()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_fs_ethtool.c227 struct ethtool_tcpip4_spec *l4_mask = &fs->m_u.udp_ip4_spec; in parse_udp4()
228 struct ethtool_tcpip4_spec *l4_val = &fs->h_u.udp_ip4_spec; in parse_udp4()
/Linux-v5.10/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c1105 gfar_set_basic_ip(&rule->h_u.udp_ip4_spec, in gfar_convert_to_filer()
1106 &rule->m_u.udp_ip4_spec, tab); in gfar_convert_to_filer()