Searched refs:fle1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 573 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush() local 587 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 594 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 657 struct flow_entry *fle, *fle1; in ng_netflow_flow_add() local 727 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow_add() 784 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add() local 846 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow6_add() 1093 struct flow_entry *fle, *fle1; in ng_netflow_expire() local 1109 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire() 1147 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire()
|