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