Searched refs:hm (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | ng_vjc.c | 443 struct mbuf *hm; in ng_vjc_rcvdata() local 477 MGETHDR(hm, M_NOWAIT, MT_DATA); in ng_vjc_rcvdata() 478 if (hm == NULL) { in ng_vjc_rcvdata() 484 hm->m_len = 0; in ng_vjc_rcvdata() 485 hm->m_pkthdr.rcvif = NULL; in ng_vjc_rcvdata() 487 if (!(MCLGET(hm, M_NOWAIT))) { in ng_vjc_rcvdata() 488 m_freem(hm); in ng_vjc_rcvdata() 495 bcopy(hdr, mtod(hm, u_char *), hlen); in ng_vjc_rcvdata() 496 hm->m_len = hlen; in ng_vjc_rcvdata() 499 hm->m_next = m; in ng_vjc_rcvdata() [all …]
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_nat6.c | 378 hostmap_t *hm; local 394 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next) 401 return hm; 410 if (hm) { 433 hm->hm_v = 6; 438 return hm; 465 hostmap_t *hm; local 476 hm = NULL; 746 hostmap_t *hm; local 754 hm = NULL; [all …]
|
| H A D | ip_nat.c | 787 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext) 803 if (hm) { 828 return hm; 848 hm = *hmp; 855 hm->hm_hnext->hm_phnext = hm->hm_phnext; 856 *hm->hm_phnext = hm->hm_hnext; 858 hm->hm_next->hm_pnext = hm->hm_pnext; 859 *hm->hm_pnext = hm->hm_next; 860 KFREE(hm); 2943 if (hm == NULL || hm->hm_ref == 1) { [all …]
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TL-WR1043NDv2.hints | 50 # The current code only supports one CPU port. So hm, what should
|
| H A D | DIR-655A1.hints | 58 # The current code only supports one CPU port. So hm, what should
|
| H A D | AP135.hints | 33 # The current code only supports one CPU port. So hm, what should
|
| H A D | TL-ARCHERC7V2.hints | 50 # The current code only supports one CPU port. So hm, what should
|