Searched refs:M_PCB (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | malloc.h | 97 #define M_PCB 4 /* protocol control block */ macro 186 #define M_PCB 4 /* protocol control block (smb) */ macro
|
| H A D | socketvar.h | 568 MALLOC_DECLARE(M_PCB);
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | raw_cb.c | 145 FREE(rp, M_PCB); in raw_detach()
|
| H A D | rtsock.c | 187 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 D | keysock.c | 392 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 D | raw_ip.c | 160 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 D | udp_usrreq.c | 251 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init() 253 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB, in udp_init()
|
| H A D | tcp_subr.c | 555 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 D | uipc_socket.c | 235 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");
|