Searched refs:_uni_msg_alloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/netgraph/atm/
H A Dngatmbase.h45 struct uni_msg *_uni_msg_alloc(size_t, const char *, int);
50 #define uni_msg_alloc(S) _uni_msg_alloc((S), __FILE__, __LINE__)
H A Dngatmbase.c242 _uni_msg_alloc(size_t s, const char *file, int line) function
430 if ((m = _uni_msg_alloc(len, file, line)) == NULL)
466 if ((*pmsg = _uni_msg_alloc(m->m_pkthdr.len, file, line)) == NULL)

Completed in 46 milliseconds