Home
last modified time | relevance | path

Searched refs:M_PCB (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.101.15/bsd/sys/
H A Dmalloc.h98 #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 Draw_ip.c162 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 Dudp_usrreq.c263 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
265 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
H A Dtcp_subr.c576 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 Duipc_socket.c246 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");