Lines Matching refs:mbuf
1025 NN_INLINE void NOS_m_freem(NOSMessageBuf *mbuf) in NOS_m_freem() argument
1027 nnnetOslMbuf_freem(mbuf); in NOS_m_freem()
1030 NN_INLINE s32 NOS_m_adj(NOSMessageBuf *mbuf, s32 len) in NOS_m_adj() argument
1032 return nnnetOslMbuf_adj(mbuf, len); in NOS_m_adj()
1035 NN_INLINE s32 NOS_m_append(NOSMessageBuf *mbuf, s32 len, const u8 *cp) in NOS_m_append() argument
1037 return nnnetOslMbuf_append(mbuf, len, cp); in NOS_m_append()
1040 NN_INLINE NOSMessageBuf *NOS_m_prepend(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_prepend() argument
1042 return nnnetOslMbuf_prepend(mbuf, len, how); in NOS_m_prepend()
1045 NN_INLINE NOSMessageBuf *NOS_m_pullup(NOSMessageBuf *mbuf, s32 len) in NOS_m_pullup() argument
1047 return nnnetOslMbuf_pullup(mbuf, len); in NOS_m_pullup()
1050 NN_INLINE NOSMessageBuf *NOS_m_dup(NOSMessageBuf *mbuf, int how) in NOS_m_dup() argument
1052 return nnnetOslMbuf_dup(mbuf, how); in NOS_m_dup()
1055 NN_INLINE s32 NOS_m_copydata(const NOSMessageBuf *mbuf, s32 offset, s32 len, u8 *buf) in NOS_m_copydata() argument
1057 return nnnetOslMbuf_copydata(mbuf, offset, len, buf); in NOS_m_copydata()
1060 NN_INLINE s32 NOS_m_copyback(NOSMessageBuf *mbuf, s32 offset, s32 len, const u8 *buf) in NOS_m_copyback() argument
1062 return nnnetOslMbuf_copyback(mbuf, offset, len, buf); in NOS_m_copyback()
1065 NN_INLINE s32 NOS_m_cat(NOSMessageBuf *mbuf, NOSMessageBuf *n) in NOS_m_cat() argument
1067 return nnnetOslMbuf_cat(mbuf, n); in NOS_m_cat()
1070 NN_INLINE NOSMessageBuf *NOS_m_split(NOSMessageBuf *mbuf, s32 len, int how) in NOS_m_split() argument
1072 return nnnetOslMbuf_split(mbuf, len, how); in NOS_m_split()
1075 NN_INLINE s32 NOS_m_length(NOSMessageBuf *mbuf, NOSMessageBuf **last) in NOS_m_length() argument
1077 return nnnetOslMbuf_length(mbuf, last); in NOS_m_length()
1080 NN_INLINE s32 NOS_m_apply(NOSMessageBuf *mbuf, s32 offset, s32 len, s32 (*f)(void *arg, void *data,… in NOS_m_apply() argument
1082 return nnnetOslMbuf_apply(mbuf, offset, len, f, arg); in NOS_m_apply()
1091 NN_INLINE void NOS_m_setowner(NOSMessageBuf *mbuf, u16 owner) in NOS_m_setowner() argument
1093 NN_UNUSED_VAR(mbuf); in NOS_m_setowner()
1111 NN_INLINE void NOS_m_dump(NOSMessageBuf *mbuf) in NOS_m_dump() argument
1113 nnnetOslMbuf_dump(mbuf); in NOS_m_dump()