Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h187 struct tunnel_ops { struct
837 const struct tunnel_ops *tunnel_ops);
842 const struct tunnel_ops *tunnel_ops);
858 void port_flow_tunnel_create(portid_t port_id, const struct tunnel_ops *ops);
H A Dconfig.c1993 const struct tunnel_ops *tunnel_ops) in port_flow_tunnel_offload_cmd_prep() argument
2004 tunnel_ops->id); in port_flow_tunnel_offload_cmd_prep()
2007 if (tunnel_ops->actions) { in port_flow_tunnel_offload_cmd_prep()
2036 if (tunnel_ops->items) { in port_flow_tunnel_offload_cmd_prep()
2070 const struct tunnel_ops *tunnel_ops, in port_flow_tunnel_offload_cmd_release() argument
2075 if (tunnel_ops->actions) { in port_flow_tunnel_offload_cmd_release()
2083 if (tunnel_ops->items) { in port_flow_tunnel_offload_cmd_release()
2099 const struct tunnel_ops *tunnel_ops) in port_flow_validate() argument
2118 if (tunnel_ops->enabled) in port_flow_validate()
2146 const struct tunnel_ops *tunnel_ops) in port_flow_create() argument
[all …]
H A Dcmdline_flow.c731 struct tunnel_ops tunnel_ops; member
2016 .args = ARGS(ARGS_ENTRY(struct tunnel_ops, id)),
2093 .args = ARGS(ARGS_ENTRY(struct tunnel_ops, id)),
4601 ctx->object = &out->args.vc.tunnel_ops; in parse_vc()
4610 out->args.vc.tunnel_ops.enabled = 1; in parse_vc()
4611 out->args.vc.tunnel_ops.actions = 1; in parse_vc()
4614 out->args.vc.tunnel_ops.enabled = 1; in parse_vc()
4615 out->args.vc.tunnel_ops.items = 1; in parse_vc()
6242 ctx->object = &out->args.vc.tunnel_ops; in parse_tunnel()
7292 &in->args.vc.tunnel_ops); in cmd_flow_parsed()
[all …]