Searched refs:npcb_alloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sys/netnatm/
H A Dnatm_pcb.c62 * npcb_alloc: allocate a npcb [in the free state]
65 npcb_alloc(int wait) function
132 cpcb = npcb_alloc(M_NOWAIT);
H A Dnatm.h106 struct natmpcb *npcb_alloc(int);
H A Dnatm.c138 so->so_pcb = npcb = npcb_alloc(M_WAITOK);

Completed in 68 milliseconds