Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun.h34 int (*parse_udp_ports)(struct mlx5e_priv *priv, member
Dtc_tun_gre.c93 .parse_udp_ports = NULL,
Dtc_tun_vxlan.c149 .parse_udp_ports = mlx5e_tc_tun_parse_udp_ports_vxlan,
Dtc_tun.c492 if (tunnel->parse_udp_ports) { in mlx5e_tc_tun_parse()
493 err = tunnel->parse_udp_ports(priv, spec, f, in mlx5e_tc_tun_parse()
Dtc_tun_geneve.c333 .parse_udp_ports = mlx5e_tc_tun_parse_udp_ports_geneve,