Lines Matching defs:om

81 net_buf_put(struct ble_npl_eventq *fifo, struct os_mbuf *om)  in net_buf_put()
94 net_buf_ref(struct os_mbuf *om) in net_buf_ref()
110 net_buf_unref(struct os_mbuf *om) in net_buf_unref()
145 net_buf_simple_pull_le16(struct os_mbuf *om) in net_buf_simple_pull_le16()
159 net_buf_simple_pull_be16(struct os_mbuf *om) in net_buf_simple_pull_be16()
173 net_buf_simple_pull_be32(struct os_mbuf *om) in net_buf_simple_pull_be32()
187 net_buf_simple_pull_le32(struct os_mbuf *om) in net_buf_simple_pull_le32()
201 net_buf_simple_pull_u8(struct os_mbuf *om) in net_buf_simple_pull_u8()
215 net_buf_simple_add_le16(struct os_mbuf *om, uint16_t val) in net_buf_simple_add_le16()
223 net_buf_simple_add_be16(struct os_mbuf *om, uint16_t val) in net_buf_simple_add_be16()
231 net_buf_simple_add_be32(struct os_mbuf *om, uint32_t val) in net_buf_simple_add_be32()
239 net_buf_simple_add_le32(struct os_mbuf *om, uint32_t val) in net_buf_simple_add_le32()
247 net_buf_simple_add_u8(struct os_mbuf *om, uint8_t val) in net_buf_simple_add_u8()
254 net_buf_simple_push_le16(struct os_mbuf *om, uint16_t val) in net_buf_simple_push_le16()
270 net_buf_simple_push_be16(struct os_mbuf *om, uint16_t val) in net_buf_simple_push_be16()
286 net_buf_simple_push_u8(struct os_mbuf *om, uint8_t val) in net_buf_simple_push_u8()
302 net_buf_add_zeros(struct os_mbuf *om, uint8_t len) in net_buf_add_zeros()
317 net_buf_simple_pull(struct os_mbuf *om, uint8_t len) in net_buf_simple_pull()
324 net_buf_simple_add(struct os_mbuf *om, uint8_t len) in net_buf_simple_add()
352 net_buf_simple_push(struct os_mbuf *om, uint8_t len) in net_buf_simple_push()
364 net_buf_reserve(struct os_mbuf *om, size_t reserve) in net_buf_reserve()