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

/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c937 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1078 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1111 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1179 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr->s6_addr32[3] /* XXX */,
1213 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c1638 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1742 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport,
1782 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
1869 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(faddr.s_addr, lport, fport,
1910 head = &pcbinfo->ipi_hashbase[INP_PCBHASH(INADDR_ANY, lport, 0,
2016 pcbhash = &pcbinfo->ipi_hashbase[inp->inp_hash_element];
2075 head = &inp->inp_pcbinfo->ipi_hashbase[inp->inp_hash_element];
H A Din_pcb.h548 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.c170 * over the place for ipi_hashbase == NULL.
172 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask);
H A Dudp_usrreq.c253 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB,
H A Dtcp_subr.c391 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, &tcbinfo.ipi_hashmask);
/xnu-2422.115.4/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 102 milliseconds