Searched refs:M_PCB (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | malloc.h | 98 #define M_PCB 4 /* protocol control block */ macro 139 #define M_PCB 4 /* protocol control block (smb) */
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | raw_ip.c | 162 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask); in rip_init() 163 ripcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_porthashmask); in rip_init()
|
| H A D | udp_usrreq.c | 263 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init() 265 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
|
| H A D | tcp_subr.c | 576 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init() 578 tcbinfo.ipi_porthashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket.c | 246 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
|