Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipnat/
H A Dipnat.c633 hmp = hm.hm_next; in showhostmap_dead()
667 nsp->ns_maplist = hm.hm_next; in showhostmap_live()
/freebsd/sbin/ipf/ipftest/
H A Dipftest.c537 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) in dumpnat()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_nat.h430 struct hostmap *hm_next; member
H A Dip_nat.c785 hm->hm_next = softn->ipf_hm_maplist; in ipf_nat_hostmap()
788 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next; in ipf_nat_hostmap()
836 if (hm->hm_next) in ipf_nat_hostmapdel()
837 hm->hm_next->hm_pnext = hm->hm_pnext; in ipf_nat_hostmapdel()
838 *hm->hm_pnext = hm->hm_next; in ipf_nat_hostmapdel()
6486 nexthm = hm->hm_next; in ipf_nat_getnext()
6496 nnext = nexthm->hm_next; in ipf_nat_getnext()
8159 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) { in ipf_nat_hostmap_rehash()
H A Dip_nat6.c378 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) in ipf_nat6_hostmap()
395 hm->hm_next = softn->ipf_hm_maplist; in ipf_nat6_hostmap()
398 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next; in ipf_nat6_hostmap()