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

/darwin-on-arm/xnu/bsd/sys/
H A Dmalloc.h97 #define M_PCB 4 /* protocol control block */ macro
224 #define M_PCB 4 /* protocol control block (smb) */ macro
H A Dsocketvar.h547 MALLOC_DECLARE(M_PCB); variable
/darwin-on-arm/xnu/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.c170 MALLOC(rp, struct rawcb *, sizeof *rp, M_PCB, M_WAITOK); /* XXX */
186 FREE(rp, M_PCB);
/darwin-on-arm/xnu/bsd/netkey/
H A Dkeysock.c358 kp = (struct keycb *)_MALLOC(sizeof *kp, M_PCB, M_WAITOK); /* XXX */
371 _FREE(kp, M_PCB);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c160 divcbinfo.hashbase = hashinit(1, M_PCB, &divcbinfo.hashmask);
161 divcbinfo.porthashbase = hashinit(1, M_PCB, &divcbinfo.porthashmask);
H A Draw_ip.c164 ripcbinfo.hashbase = hashinit(1, M_PCB, &ripcbinfo.hashmask);
165 ripcbinfo.porthashbase = hashinit(1, M_PCB, &ripcbinfo.porthashmask);
H A Din_pcb.c1673 MALLOC(phd, struct inpcbport *, sizeof(struct inpcbport), M_PCB, M_WAITOK);
1734 FREE(phd, M_PCB);
H A Dudp_usrreq.c225 udbinfo.hashbase = hashinit(UDBHASHSIZE, M_PCB, &udbinfo.hashmask);
226 udbinfo.porthashbase = hashinit(UDBHASHSIZE, M_PCB,
H A Dtcp_subr.c375 tcbinfo.hashbase = hashinit(tcp_tcbhashsize, M_PCB, &tcbinfo.hashmask);
376 tcbinfo.porthashbase = hashinit(tcp_tcbhashsize, M_PCB,
/darwin-on-arm/xnu/bsd/netinet6/
H A Draw_ip6.c763 sizeof(struct icmp6_filter), M_PCB, M_WAITOK);
784 FREE(inp->in6p_icmp6filt, M_PCB);
H A Dicmp6.c3174 sizeof(struct icmp6_filter), M_PCB, M_WAITOK);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c2784 MALLOC(ev_pcb, struct kern_event_pcb *, sizeof(struct kern_event_pcb), M_PCB, M_WAITOK);
2807 FREE(ev_pcb, M_PCB);
H A Duipc_socket.c172 MALLOC_DEFINE(M_PCB, "pcb", "protocol control block");

Completed in 146 milliseconds