Searched defs:tunnel_ops (Results 1 – 3 of 3) sorted by relevance
187 struct tunnel_ops { struct188 uint32_t id;189 char type[16];190 uint32_t enabled:1;191 uint32_t actions:1;192 uint32_t items:1;
1993 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()
731 struct tunnel_ops tunnel_ops; member