Searched refs:tunnel_ops (Results 1 – 3 of 3) sorted by relevance
187 struct tunnel_ops { struct837 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);
1993 const struct tunnel_ops *tunnel_ops) in port_flow_tunnel_offload_cmd_prep() argument2004 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() argument2075 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() argument2118 if (tunnel_ops->enabled) in port_flow_validate()2146 const struct tunnel_ops *tunnel_ops) in port_flow_create() argument[all …]
731 struct tunnel_ops tunnel_ops; member2016 .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 …]