HomeSort by: relevance | last modified time | path
    Searched refs:hm_hnext (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 777 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext)
799 hm->hm_hnext = softn->ipf_hm_maptable[hv];
802 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;
842 if (hm->hm_hnext)
843 hm->hm_hnext->hm_phnext = hm->hm_phnext;
844 *hm->hm_phnext = hm->hm_hnext;
8187 hm->hm_hnext = softn->ipf_hm_maptable[hv];
8190 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;
ip_nat.h 454 struct hostmap *hm_hnext; member in struct:hostmap
ip_nat6.c 408 hm->hm_hnext = softn->ipf_hm_maptable[hv];
411 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;

Completed in 19 milliseconds