Searched refs:M_PCB (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dmalloc.h97 #define M_PCB 4 /* protocol control block */ macro
231 #define M_PCB 4 /* protocol control block (smb) */ macro
H A Dsocketvar.h517 MALLOC_DECLARE(M_PCB); variable
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Draw_cb.c142 FREE((caddr_t)(rp), M_PCB);
H A Dndrv.c226 MALLOC(np, struct ndrv_cb *, sizeof(*np), M_PCB, M_WAITOK);
575 FREE((caddr_t)np, M_PCB);
H A Drtsock.c176 MALLOC(rp, struct rawcb *, sizeof (*rp), M_PCB, M_WAITOK | M_ZERO);
185 FREE(rp, M_PCB);
/macosx-10.10.1/xnu-2782.1.97/bsd/netkey/
H A Dkeysock.c361 kp = (struct keycb *)_MALLOC(sizeof *kp, M_PCB, M_WAITOK); /* XXX */
374 _FREE(kp, M_PCB);
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_divert.c169 divcbinfo.ipi_hashbase = hashinit(1, M_PCB, &divcbinfo.ipi_hashmask);
170 divcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &divcbinfo.ipi_porthashmask);
H A Draw_ip.c167 ripcbinfo.ipi_hashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_hashmask);
168 ripcbinfo.ipi_porthashbase = hashinit(1, M_PCB, &ripcbinfo.ipi_porthashmask);
H A Din_pcb.c2093 M_PCB, M_WAITOK);
2187 FREE(phd, M_PCB);
H A Dtcp_subr.c415 tcbinfo.ipi_hashbase = hashinit(tcp_tcbhashsize, M_PCB, &tcbinfo.ipi_hashmask);
416 tcbinfo.ipi_porthashbase = hashinit(tcp_tcbhashsize, M_PCB,
H A Dudp_usrreq.c258 udbinfo.ipi_hashbase = hashinit(UDBHASHSIZE, M_PCB,
260 udbinfo.ipi_porthashbase = hashinit(UDBHASHSIZE, M_PCB,
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Draw_ip6.c774 sizeof(struct icmp6_filter), M_PCB, M_WAITOK);
791 FREE(inp->in6p_icmp6filt, M_PCB);
H A Dicmp6.c3132 sizeof(struct icmp6_filter), M_PCB, M_WAITOK);
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_trantcp.c68 #define M_NBDATA M_PCB
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_synch.c1490 void *ptr = hashinit(PTH_HASHSIZE, M_PCB, &pthhash);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c189 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");

Completed in 240 milliseconds