Searched refs:fle1 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/netgraph/netflow/ |
| H A D | netflow.c | 572 struct flow_entry *fle, *fle1; in ng_netflow_cache_flush() local 586 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 593 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_cache_flush() 656 struct flow_entry *fle, *fle1; in ng_netflow_flow_add() local 726 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow_add() 783 struct flow_entry *fle = NULL, *fle1; in ng_netflow_flow6_add() local 845 TAILQ_FOREACH_REVERSE_SAFE(fle, &hsh->head, fhead, fle_hash, fle1) { in ng_netflow_flow6_add() 1092 struct flow_entry *fle, *fle1; in ng_netflow_expire() local 1108 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire() 1146 TAILQ_FOREACH_SAFE(fle, &hsh->head, fle_hash, fle1) { in ng_netflow_expire()
|