Home
last modified time | relevance | path

Searched refs:hm_hnext (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_nat.c777 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext) in ipf_nat_hostmap()
799 hm->hm_hnext = softn->ipf_hm_maptable[hv]; in ipf_nat_hostmap()
802 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext; in ipf_nat_hostmap()
842 if (hm->hm_hnext) in ipf_nat_hostmapdel()
843 hm->hm_hnext->hm_phnext = hm->hm_phnext; in ipf_nat_hostmapdel()
844 *hm->hm_phnext = hm->hm_hnext; in ipf_nat_hostmapdel()
8187 hm->hm_hnext = softn->ipf_hm_maptable[hv]; in ipf_nat_hostmap_rehash()
8190 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext; in ipf_nat_hostmap_rehash()
H A Dip_nat.h454 struct hostmap *hm_hnext; member
H A Dip_nat6.c408 hm->hm_hnext = softn->ipf_hm_maptable[hv]; in ipf_nat6_hostmap()
411 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext; in ipf_nat6_hostmap()
/netbsd/external/bsd/ipf/dist/
H A Dip_nat6.c424 hm->hm_hnext = softn->ipf_hm_maptable[hv];
427 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;