Home
last modified time | relevance | path

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

/f-stack/freebsd/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) in _uni_msg_alloc() function
430 if ((m = _uni_msg_alloc(len, file, line)) == NULL) in _uni_msg_build()
466 if ((*pmsg = _uni_msg_alloc(m->m_pkthdr.len, file, line)) == NULL) in _uni_msg_unpack_mbuf()