Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.h109 int mlx5e_tc_tun_parse_udp_ports(struct mlx5e_priv *priv,
Dtc_tun_mplsoudp.c52 return mlx5e_tc_tun_parse_udp_ports(priv, spec, f, headers_c, headers_v); in parse_udp_ports()
Dtc_tun_vxlan.c53 err = mlx5e_tc_tun_parse_udp_ports(priv, spec, f, headers_c, headers_v); in mlx5e_tc_tun_parse_udp_ports_vxlan()
Dtc_tun_geneve.c57 err = mlx5e_tc_tun_parse_udp_ports(priv, spec, f, headers_c, headers_v); in mlx5e_tc_tun_parse_udp_ports_geneve()
Dtc_tun.c941 int mlx5e_tc_tun_parse_udp_ports(struct mlx5e_priv *priv, in mlx5e_tc_tun_parse_udp_ports() function