Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c787 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext)
809 hm->hm_hnext = softn->ipf_hm_maptable[hv];
812 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;
854 if (hm->hm_hnext)
855 hm->hm_hnext->hm_phnext = hm->hm_phnext;
856 *hm->hm_phnext = hm->hm_hnext;
8343 hm->hm_hnext = softn->ipf_hm_maptable[hv];
8346 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;
H A Dip_nat.h432 struct hostmap *hm_hnext; member
H A Dip_nat6.c416 hm->hm_hnext = softn->ipf_hm_maptable[hv];
419 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;