Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dtestpmd.h222 struct tunnel_ops { struct
959 const struct tunnel_ops *tunnel_ops);
964 const struct tunnel_ops *tunnel_ops);
981 void port_flow_tunnel_create(portid_t port_id, const struct tunnel_ops *ops);
H A Dconfig.c2057 const struct tunnel_ops *tunnel_ops) in port_flow_tunnel_offload_cmd_prep() argument
2068 tunnel_ops->id); in port_flow_tunnel_offload_cmd_prep()
2071 if (tunnel_ops->actions) { in port_flow_tunnel_offload_cmd_prep()
2100 if (tunnel_ops->items) { in port_flow_tunnel_offload_cmd_prep()
2134 const struct tunnel_ops *tunnel_ops, in port_flow_tunnel_offload_cmd_release() argument
2147 if (tunnel_ops->items) { in port_flow_tunnel_offload_cmd_release()
2193 const struct tunnel_ops *tunnel_ops) in port_flow_validate() argument
2212 if (tunnel_ops->enabled) in port_flow_validate()
2873 const struct tunnel_ops *tunnel_ops) in port_flow_create() argument
2913 if (tunnel_ops->enabled) in port_flow_create()
[all …]
H A Dcmdline_flow.c1004 struct tunnel_ops tunnel_ops; member
3287 .args = ARGS(ARGS_ENTRY(struct tunnel_ops, id)),
3380 .args = ARGS(ARGS_ENTRY(struct tunnel_ops, id)),
6835 ctx->object = &out->args.vc.tunnel_ops; in parse_vc()
6844 out->args.vc.tunnel_ops.enabled = 1; in parse_vc()
6845 out->args.vc.tunnel_ops.actions = 1; in parse_vc()
6848 out->args.vc.tunnel_ops.enabled = 1; in parse_vc()
6849 out->args.vc.tunnel_ops.items = 1; in parse_vc()
9171 ctx->object = &out->args.vc.tunnel_ops; in parse_tunnel()
10540 &in->args.vc.tunnel_ops); in cmd_flow_parsed()
[all …]