Home
last modified time | relevance | path

Searched refs:port_flow_tunnel_create (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-pmd/
H A Dtestpmd.h981 void port_flow_tunnel_create(portid_t port_id, const struct tunnel_ops *ops);
H A Dconfig.c1421 void port_flow_tunnel_create(portid_t port_id, const struct tunnel_ops *ops) in port_flow_tunnel_create() function
H A Dcmdline_flow.c10574 port_flow_tunnel_create(in->port, &in->args.vc.tunnel_ops); in cmd_flow_parsed()