Searched refs:ipi_porthashbase (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h575 struct inpcbporthead *ipi_porthashbase; member in struct:inpcbinfo
H A Dip_divert.c170 divcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &divcbinfo.ipi_porthashmask);
H A Draw_ip.c168 ripcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_porthashmask);
H A Din_pcb.c1742 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
2075 pcbporthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(inp->inp_lport,
H A Dtcp_subr.c416 tcbinfo.ipi_porthashbase = hashinit(tcp_tcbhashsize, M_PCB,
H A Dudp_usrreq.c260 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB,
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c995 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1625 out_string += "port hash base is " + hex(pcbi.ipi_porthashbase) + "\n"
1628 hashbase = pcbi.ipi_porthashbase

Completed in 148 milliseconds