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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c970 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1111 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1140 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1204 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1234 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1711 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1815 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport,
1851 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1934 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport,
1971 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
2073 pcbhash = &pcbinfo->ipi_hashbase[inp->inp_hash_element];
2142 head = &inp->inp_pcbinfo->ipi_hashbase[inp->inp_hash_element];
H A Din_pcb.h569 struct inpcbhead *ipi_hashbase; member in struct:inpcbinfo
H A Dip_divert.c167 * over the place for ipi_hashbase == NULL.
169 divcbinfo.ipi_hashbase = hashinit(1, M_PCB, &divcbinfo.ipi_hashmask);
H A Draw_ip.c165 * over the place for ipi_hashbase == NULL.
167 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask);
H A Dtcp_subr.c415 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, &tcbinfo.ipi_hashmask);
H A Dudp_usrreq.c258 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB,
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1590 out_string += str(pcbi.ipi_hashbase) + " has the following inpcb(s):\n"
1597 hashbase = pcbi.ipi_hashbase

Completed in 281 milliseconds