Home
last modified time | relevance | path

Searched refs:ent_next (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_fail.c340 struct fail_point_entry *ent, *ent_next; in fail_point_set() local
358 TAILQ_FOREACH_SAFE(ent, &fp->fp_entries, fe_entries, ent_next) { in fail_point_set()
604 struct fail_point_entry *ent, *ent_next; in clear_entries() local
606 TAILQ_FOREACH_SAFE(ent, ents, fe_entries, ent_next) in clear_entries()
/NextBSD/sys/netpfil/ipfw/
HDip_fw_table_algo.c1328 struct chashentry *ent, *ent_next; in ta_destroy_chash() local
1334 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash()
1338 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash()
1515 struct chashentry *ent, *ent_next; in ta_foreach_chash() local
1521 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash()
1525 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash()
1790 struct chashentry *ent, *ent_next; in ta_modify_chash() local
1808 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1829 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
3319 struct fhashentry *ent, *ent_next; in ta_destroy_fhash() local
[all …]