Searched refs:flt (Results 1 – 1 of 1) sorted by relevance
1393 struct port_flow_tunnel *flt; in port_flow_tunnel_list() local1397 port_id, flt->id, port_flow_tunnel_type(&flt->tunnel)); in port_flow_tunnel_list()1398 if (flt->tunnel.tun_id) in port_flow_tunnel_list()1410 if (flt->id == tunnel_id) in port_flow_tunnel_destroy()1413 if (flt) { in port_flow_tunnel_destroy()1414 LIST_REMOVE(flt, chain); in port_flow_tunnel_destroy()1415 free(flt); in port_flow_tunnel_destroy()1444 if (!flt) { in port_flow_tunnel_create()1445 flt = calloc(1, sizeof(*flt)); in port_flow_tunnel_create()1446 if (!flt) { in port_flow_tunnel_create()[all …]