Home
last modified time | relevance | path

Searched refs:hm_next (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c804 hm->hm_next = softn->ipf_hm_maplist;
807 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;
857 if (hm->hm_next)
858 hm->hm_next->hm_pnext = hm->hm_pnext;
859 *hm->hm_pnext = hm->hm_next;
6624 nexthm = hm->hm_next;
6634 nnext = nexthm->hm_next;
8341 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) {
H A Dip_nat.h434 struct hostmap *hm_next; member
H A Dip_nat6.c394 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
411 hm->hm_next = softn->ipf_hm_maplist;
414 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;