Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1334 struct chashentry *ent, *ent_next; in ta_destroy_chash() local
1340 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash()
1344 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash()
1520 struct chashentry *ent, *ent_next; in ta_foreach_chash() local
1526 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash()
1530 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash()
1795 struct chashentry *ent, *ent_next; in ta_modify_chash() local
3315 struct fhashentry *ent, *ent_next; in ta_destroy_fhash() local
3321 SLIST_FOREACH_SAFE(ent, &cfg->head[i], next, ent_next) in ta_destroy_fhash()
3472 struct fhashentry *ent, *ent_next; in ta_foreach_fhash() local
[all …]
/freebsd/sys/kern/
H A Dkern_fail.c762 struct fail_point_entry *ent, *ent_next; in fail_point_set() local
794 TAILQ_FOREACH_SAFE(ent, &entries->fp_entry_queue, fe_entries, ent_next) { in fail_point_set()