Searched refs:tunnel_ops (Results 1 – 3 of 3) sorted by relevance
222 struct tunnel_ops { struct959 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);
2057 const struct tunnel_ops *tunnel_ops) in port_flow_tunnel_offload_cmd_prep() argument2068 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() argument2147 if (tunnel_ops->items) { in port_flow_tunnel_offload_cmd_release()2193 const struct tunnel_ops *tunnel_ops) in port_flow_validate() argument2212 if (tunnel_ops->enabled) in port_flow_validate()2873 const struct tunnel_ops *tunnel_ops) in port_flow_create() argument2913 if (tunnel_ops->enabled) in port_flow_create()[all …]
1004 struct tunnel_ops tunnel_ops; member3287 .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 …]