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.c1336 struct chashentry *ent, *ent_next; in ta_destroy_chash() local
1342 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_destroy_chash()
1346 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_destroy_chash()
1522 struct chashentry *ent, *ent_next; in ta_foreach_chash() local
1528 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next) in ta_foreach_chash()
1532 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next) in ta_foreach_chash()
1797 struct chashentry *ent, *ent_next; in ta_modify_chash() local
1815 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1836 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
3316 struct fhashentry *ent, *ent_next; in ta_destroy_fhash() local
[all …]
/freebsd/sys/kern/
H A Dkern_fail.c761 struct fail_point_entry *ent, *ent_next; in fail_point_set() local
793 TAILQ_FOREACH_SAFE(ent, &entries->fp_entry_queue, fe_entries, ent_next) { in fail_point_set()