gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:LIST_FIRST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/ip_flow.c - 15.7KB - 521 lines
363: 
364:                 ipf = LIST_FIRST(&ipflowlist);
365:                 while (ipf != NULL) {
421: KERNEL_LOCK(1, NULL); 422: for (ipf = LIST_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 423: next_ipf = LIST_NEXT(ipf, ipf_list);
509: s = splnet(); 510: for (ipf = LIST_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 511: next_ipf = LIST_NEXT(ipf, ipf_list);