Lines Matching defs:mbuf
1031 NN_INLINE void NOS_m_freem(NOSMessageBuf *mbuf) in NOS_m_freem()
1036 NN_INLINE s32 NOS_m_adj(NOSMessageBuf *mbuf, s32 len) in NOS_m_adj()
1041 NN_INLINE s32 NOS_m_append(NOSMessageBuf *mbuf, s32 len, const u8 *cp) in NOS_m_append()
1046 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend()
1051 NN_INLINE NOSMessageBuf *NOS_m_pullup(NOSMessageBuf *mbuf, s32 len) in NOS_m_pullup()
1056 NN_INLINE NOSMessageBuf *NOS_m_dup(NOSMessageBuf *mbuf, int how) in NOS_m_dup()
1061 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata()
1066 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback()
1071 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat()
1076 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split()
1081 NN_INLINE s32 NOS_m_length(NOSMessageBuf *mbuf, NOSMessageBuf **last) in NOS_m_length()
1086 NN_INLINE s32 NOS_m_apply(NOSMessageBuf *mbuf, s32 offset, s32 len, s32 (*f)(void *arg, void *data,… in NOS_m_apply()
1097 NN_INLINE void NOS_m_setowner(NOSMessageBuf *mbuf, u16 owner) in NOS_m_setowner()
1117 NN_INLINE void NOS_m_dump(NOSMessageBuf *mbuf) in NOS_m_dump()