Home
last modified time | relevance | path

Searched defs:tunnel_ops (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h187 struct tunnel_ops { struct
188 uint32_t id;
189 char type[16];
190 uint32_t enabled:1;
191 uint32_t actions:1;
192 uint32_t items:1;
H A Dconfig.c1993 const struct tunnel_ops *tunnel_ops) in port_flow_tunnel_offload_cmd_prep()
2070 const struct tunnel_ops *tunnel_ops, in port_flow_tunnel_offload_cmd_release()
2099 const struct tunnel_ops *tunnel_ops) in port_flow_validate()
2146 const struct tunnel_ops *tunnel_ops) in port_flow_create()
H A Dcmdline_flow.c731 struct tunnel_ops tunnel_ops; member