Home | Sort by: relevance | last modified time | path |
/src/sys/netinet/ | |
ip_flow.c | 479 struct ipflow *ipf, *next_ipf; local in function:ipflow_slowtimo_work 487 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 488 next_ipf = TAILQ_NEXT(ipf, ipf_list); 584 struct ipflow *ipf, *next_ipf; local in function:ipflow_invalidate_all 591 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 592 next_ipf = TAILQ_NEXT(ipf, ipf_list); |
ip_flow.c | 479 struct ipflow *ipf, *next_ipf; local in function:ipflow_slowtimo_work 487 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 488 next_ipf = TAILQ_NEXT(ipf, ipf_list); 584 struct ipflow *ipf, *next_ipf; local in function:ipflow_invalidate_all 591 for (ipf = TAILQ_FIRST(&ipflowlist); ipf != NULL; ipf = next_ipf) { 592 next_ipf = TAILQ_NEXT(ipf, ipf_list); |