Searched refs:flow_tunnel (Results 1 – 1 of 1) sorted by relevance
1337 struct port_flow_tunnel *flow_tunnel; in port_flow_locate_tunnel_id() local1339 LIST_FOREACH(flow_tunnel, &port->flow_tunnel_list, chain) { in port_flow_locate_tunnel_id()1340 if (flow_tunnel->id == port_tunnel_id) in port_flow_locate_tunnel_id()1343 flow_tunnel = NULL; in port_flow_locate_tunnel_id()1346 return flow_tunnel; in port_flow_locate_tunnel_id()1378 struct port_flow_tunnel *flow_tunnel; in port_flow_locate_tunnel() local1380 LIST_FOREACH(flow_tunnel, &port->flow_tunnel_list, chain) { in port_flow_locate_tunnel()1381 if (!memcmp(&flow_tunnel->tunnel, tun, sizeof(*tun))) in port_flow_locate_tunnel()1384 flow_tunnel = NULL; in port_flow_locate_tunnel()1387 return flow_tunnel; in port_flow_locate_tunnel()