Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_mplsoudp.c46 static int parse_udp_ports(struct mlx5e_priv *priv, in parse_udp_ports() function
125 .parse_udp_ports = parse_udp_ports,
H A Dtc_tun_gre.c95 .parse_udp_ports = NULL,
H A Dtc_tun.h42 int (*parse_udp_ports)(struct mlx5e_priv *priv, member
H A Dtc_tun_vxlan.c229 .parse_udp_ports = mlx5e_tc_tun_parse_udp_ports_vxlan,
H A Dtc_tun_geneve.c350 .parse_udp_ports = mlx5e_tc_tun_parse_udp_ports_geneve,
H A Dtc_tun.c821 if (tunnel->parse_udp_ports) { in mlx5e_tc_tun_parse()
822 err = tunnel->parse_udp_ports(priv, spec, f, in mlx5e_tc_tun_parse()