Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat.c427 if (softn->ipf_hm_maptable != NULL) {
428 bzero((char *)softn->ipf_hm_maptable,
568 if (softn->ipf_hm_maptable != NULL) {
569 KFREES(softn->ipf_hm_maptable,
571 softn->ipf_hm_maptable = NULL;
811 if (softn->ipf_hm_maptable[hv] != NULL)
813 softn->ipf_hm_maptable[hv] = hm;
8334 if (softn->ipf_hm_maptable != NULL) {
8335 KFREES(softn->ipf_hm_maptable,
8338 softn->ipf_hm_maptable = newtab;
[all …]
H A Dip_nat6.c394 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
416 hm->hm_hnext = softn->ipf_hm_maptable[hv];
417 hm->hm_phnext = softn->ipf_hm_maptable + hv;
418 if (softn->ipf_hm_maptable[hv] != NULL)
419 softn->ipf_hm_maptable[hv]->hm_phnext = &hm->hm_hnext;
420 softn->ipf_hm_maptable[hv] = hm;
H A Dip_nat.h649 hostmap_t **ipf_hm_maptable ; member