Lines Matching defs:buf

142 		struct os_mbuf *buf;  member
153 struct os_mbuf *buf[3]; member
206 struct os_mbuf *buf = link.tx.buf[i]; in free_segments() local
262 struct os_mbuf *buf; in adv_buf_create() local
288 struct os_mbuf *buf; in gen_prov_ack_send() local
324 struct os_mbuf *buf = link.tx.buf[i]; in send_reliable() local
340 struct os_mbuf *buf; in bearer_ctl_send() local
386 struct os_mbuf *start, *buf; in prov_send_adv() local
461 static inline int prov_send(struct os_mbuf *buf) in prov_send()
475 static void prov_buf_init(struct os_mbuf *buf, u8_t type) in prov_buf_init()
483 struct os_mbuf *buf = PROV_BUF(2); in prov_send_fail_msg() local
493 struct os_mbuf *buf = PROV_BUF(12); in prov_invite() local
787 struct os_mbuf *buf = PROV_BUF(1); in send_input_complete() local
869 struct os_mbuf *buf = PROV_BUF(65); in send_pub_key() local
1175 struct os_mbuf *buf = link.tx.buf[i]; in prov_retransmit() local
1196 static void link_open(struct prov_rx *rx, struct os_mbuf *buf) in link_open()
1235 static void link_ack(struct prov_rx *rx, struct os_mbuf *buf) in link_ack()
1240 static void link_close(struct prov_rx *rx, struct os_mbuf *buf) in link_close()
1247 static void gen_prov_ctl(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_ctl()
1317 static void gen_prov_cont(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_cont()
1365 static void gen_prov_ack(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_ack()
1378 static void gen_prov_start(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_start()
1442 static void gen_prov_recv(struct prov_rx *rx, struct os_mbuf *buf) in gen_prov_recv()
1459 void bt_mesh_pb_adv_recv(struct os_mbuf *buf) in bt_mesh_pb_adv_recv()
1489 int bt_mesh_pb_gatt_recv(uint16_t conn_handle, struct os_mbuf *buf) in bt_mesh_pb_gatt_recv()