Searched refs:fil1 (Results 1 – 1 of 1) sorted by relevance
454 struct filter *fil1, *fil2; in ng_etf_disconnect() local458 fil1 = LIST_FIRST(&etfp->hashtable[i]); in ng_etf_disconnect()459 while (fil1 != NULL) { in ng_etf_disconnect()460 fil2 = LIST_NEXT(fil1, next); in ng_etf_disconnect()461 if (fil1->match_hook == hook) { in ng_etf_disconnect()462 LIST_REMOVE(fil1, next); in ng_etf_disconnect()463 free(fil1, M_NETGRAPH_ETF); in ng_etf_disconnect()465 fil1 = fil2; in ng_etf_disconnect()