Searched refs:ent_next (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 1324 struct chashentry *ent, *ent_next; in ta_destroy_chash() local 1330 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash() 1334 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash() 1510 struct chashentry *ent, *ent_next; in ta_foreach_chash() local 1516 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash() 1520 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash() 1785 struct chashentry *ent, *ent_next; in ta_modify_chash() local 3311 struct fhashentry *ent, *ent_next; in ta_destroy_fhash() local 3317 SLIST_FOREACH_SAFE(ent, &cfg->head[i], next, ent_next) in ta_destroy_fhash() 3470 struct fhashentry *ent, *ent_next; in ta_foreach_fhash() local [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | kern_fail.c | 764 struct fail_point_entry *ent, *ent_next; in fail_point_set() local 796 TAILQ_FOREACH_SAFE(ent, &entries->fp_entry_queue, fe_entries, ent_next) { in fail_point_set()
|