OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_WRITABLE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/
user_mbuf.h
361
#define
M_WRITABLE
(m) (!((m)->m_flags & M_RDONLY) && \
370
* The
M_WRITABLE
() is a temporary, conservative safety measure: the burden
375
(
M_WRITABLE
(m) ? (m)->m_data - (m)->m_ext.ext_buf : 0): \
382
* The
M_WRITABLE
() is a temporary, conservative safety measure: the burden
387
(
M_WRITABLE
(m) ? (m)->m_ext.ext_buf + (m)->m_ext.ext_size \
user_mbuf.c
840
(n->m_ext.ext_type == EXT_CLUSTER &&
M_WRITABLE
(n)))
[
all
...]
Completed in 39 milliseconds