Search | Google it | Results 1 - 1 of 1 for funcall:LIST_NEXT from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c (0.00 seconds) |
383: maybe_ipf = ipf; 384: ipf = LIST_NEXT(ipf, ipf_list); 385: } 422: for (ipf = LIST_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 423: next_ipf = LIST_NEXT(ipf, ipf_list); 424: if (PRT_SLOW_ISEXPIRED(ipf->ipf_timer) || 510: for (ipf = LIST_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 511: next_ipf = LIST_NEXT(ipf, ipf_list); 512: ipflow_free(ipf);