OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_gethdr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
54
struct mbuf *
m_gethdr
(int how, short type);
65
#define MGETHDR(m, how, type) ((m) =
m_gethdr
((how), (type)))
427
* As above, for mbufs allocated with
m_gethdr
/MGETHDR or initialized by
user_mbuf.c
152
m_gethdr
(int how, short type)
function
782
n =
m_gethdr
(wait, m->m_type);
[
all
...]
Completed in 104 milliseconds