Searched refs:porthashbase (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h508 struct inpcbporthead *porthashbase; member in struct:inpcbinfo
H A Dip_divert.c161 divcbinfo.porthashbase = hashinit(1, M_PCB, &divcbinfo.porthashmask);
H A Din_pcb.c1312 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
1656 pcbporthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(inp->inp_lport,
H A Draw_ip.c165 ripcbinfo.porthashbase = hashinit(1, M_PCB, &ripcbinfo.porthashmask);
H A Dudp_usrreq.c226 udbinfo.porthashbase = hashinit(UDBHASHSIZE, M_PCB,
H A Dtcp_subr.c376 tcbinfo.porthashbase = hashinit(tcp_tcbhashsize, M_PCB,
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c933 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,

Completed in 92 milliseconds