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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.c 794 hm->hm_next = softn->ipf_hm_maplist;
797 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;
845 if (hm->hm_next)
846 hm->hm_next->hm_pnext = hm->hm_pnext;
847 *hm->hm_pnext = hm->hm_next;
6540 nexthm = hm->hm_next;
6550 nnext = nexthm->hm_next;
8185 for (hm = softn->ipf_hm_maplist; hm != NULL; hm = hm->hm_next) {
ip_nat.h 456 struct hostmap *hm_next; member in struct:hostmap
ip_nat6.c 386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
403 hm->hm_next = softn->ipf_hm_maplist;
406 softn->ipf_hm_maplist->hm_pnext = &hm->hm_next;

Completed in 19 milliseconds