Searched refs:flow_tunnel (Results 1 – 1 of 1) sorted by relevance
1537 struct port_flow_tunnel *flow_tunnel; in port_flow_locate_tunnel_id() local1539 LIST_FOREACH(flow_tunnel, &port->flow_tunnel_list, chain) { in port_flow_locate_tunnel_id()1540 if (flow_tunnel->id == port_tunnel_id) in port_flow_locate_tunnel_id()1543 flow_tunnel = NULL; in port_flow_locate_tunnel_id()1546 return flow_tunnel; in port_flow_locate_tunnel_id()1569 struct port_flow_tunnel *flow_tunnel; in port_flow_locate_tunnel() local1571 LIST_FOREACH(flow_tunnel, &port->flow_tunnel_list, chain) { in port_flow_locate_tunnel()1572 if (!memcmp(&flow_tunnel->tunnel, tun, sizeof(*tun))) in port_flow_locate_tunnel()1575 flow_tunnel = NULL; in port_flow_locate_tunnel()1578 return flow_tunnel; in port_flow_locate_tunnel()