Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dmalloc.h97 #define M_PCB 4 /* protocol control block */ macro
186 #define M_PCB 4 /* protocol control block (smb) */ macro
H A Dsocketvar.h568 MALLOC_DECLARE(M_PCB);
/xnu-8019.80.24/bsd/net/
H A Draw_cb.c145 FREE(rp, M_PCB); in raw_detach()
H A Drtsock.c187 MALLOC(rp, struct rawcb *, sizeof(*rp), M_PCB, M_WAITOK | M_ZERO); in rts_attach()
197 FREE(rp, M_PCB); in rts_attach()
/xnu-8019.80.24/bsd/netkey/
H A Dkeysock.c392 kp = (struct keycb *)_MALLOC(sizeof(*kp), M_PCB, in key_attach()
406 _FREE(kp, M_PCB); in key_attach()
/xnu-8019.80.24/bsd/netinet/
H A Draw_ip.c160 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask); in rip_init()
161 ripcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_porthashmask); in rip_init()
H A Dudp_usrreq.c251 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
253 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
H A Dtcp_subr.c555 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init()
557 tcbinfo.ipi_porthashbase = hashinit(tcp_tcbhashsize, M_PCB, in tcp_init()
/xnu-8019.80.24/bsd/kern/
H A Duipc_socket.c235 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");