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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1324 struct chashentry *ent, *ent_next; local
1330 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1334 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1510 struct chashentry *ent, *ent_next; local
1516 SLIST_FOREACH_SAFE(ent, &cfg->head4[i], next, ent_next)
1520 SLIST_FOREACH_SAFE(ent, &cfg->head6[i], next, ent_next)
1785 struct chashentry *ent, *ent_next; local
1803 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
1824 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) {
3311 struct fhashentry *ent, *ent_next; local
3470 struct fhashentry *ent, *ent_next; local
3700 struct fhashentry *ent, *ent_next; local
[all...]
/freebsd-13-stable/sys/kern/
H A Dkern_fail.c764 struct fail_point_entry *ent, *ent_next; local
796 TAILQ_FOREACH_SAFE(ent, &entries->fp_entry_queue, fe_entries, ent_next) {

Completed in 63 milliseconds