Searched refs:fle1 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netgraph/netflow/ |
| H A D | netflow.c | 568 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush() local 582 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 589 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 652 struct flow_entry *fle, *fle1; in ng_netflow_flow_add() local 724 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow_add() 781 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add() local 843 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow6_add() 1090 struct flow_entry *fle, *fle1; in ng_netflow_expire() local 1106 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire() 1144 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire()
|