Home
last modified time | relevance | path

Searched refs:ipe_next (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sbin/ipf/ippool/
Dippool_y.y117 $3 = h->ipe_next;
131 $4 = h->ipe_next;
209 e = e->ipe_next)
263 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; }
268 $$->ipe_next = $3;
289 | groupentry next setgrouplist { $1->ipe_next = $3; $$ = $1; }
345 | hashentry next hashlist { $1->ipe_next = $3; $$ = $1; }
490 ipht.iph_list = h->ipe_next;
508 ipht.iph_list = h->ipe_next;
707 hbot->ipe_next = h; in add_htablehosts()
/freebsd-12-stable/sbin/ipf/libipf/
Dload_hash.c30 for (n = 0, a = list; a != NULL; a = a->ipe_next) in load_hash()
80 for (a = list; a != NULL; a = a->ipe_next) { in load_hash()
89 for (a = list; a != NULL; a = a->ipe_next) in load_hash()
Dprinthash_live.c49 if (entry.ipe_next == NULL) in printhash_live()
Dprinthashnode.c92 ipep = ipe.ipe_next;
/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_htable.c585 if (iph->iph_tail == &ipe->ipe_next) in ipf_htent_remove()
602 if (ipe->ipe_next != NULL) in ipf_htent_remove()
603 ipe->ipe_next->ipe_pnext = ipe->ipe_pnext; in ipf_htent_remove()
605 *ipe->ipe_pnext = ipe->ipe_next; in ipf_htent_remove()
607 ipe->ipe_next = NULL; in ipf_htent_remove()
897 iph->iph_tail = &ipe->ipe_next; in ipf_htent_insert()
898 ipe->ipe_next = NULL; in ipf_htent_insert()
1204 nextnode = node->ipe_next; in ipf_htable_iter_next()
1215 hnext = nextnode->ipe_next; in ipf_htable_iter_next()
1327 for (ipe = iph->iph_table[hv]; (ipe != NULL); ipe = ipe->ipe_next) { in ipf_iphmfind6()
Dip_htable.h7 struct iphtent_s *ipe_next, **ipe_pnext; member
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y2367 n->ipe_next = calloc(1, sizeof(*n)); in makehash()
2368 n = n->ipe_next; in makehash()
2383 top = n->ipe_next; in makehash()