Home
last modified time | relevance | path

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

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