Searched refs:__buf (Results 1 – 7 of 7) sorted by relevance
60 .__buf = net_buf_data_##_name, \79 .__buf = net_buf_data_##_name, \108 uint8_t *__buf; member133 .buf.__buf = NULL, \148 if (!buf->__buf) { in net_buf_simple_init()149 buf->__buf = (uint8_t *)buf + sizeof(*buf); in net_buf_simple_init()152 buf->data = buf->__buf + reserve_head; in net_buf_simple_init()178 buf->data = buf->__buf; in net_buf_simple_reset()723 buf->data = buf->__buf + state->offset; in net_buf_simple_restore()791 uint8_t *__buf; member
370 return buf->data - buf->__buf; in net_buf_simple_headroom()389 buf->__buf = data; in net_buf_simple_init_with_data()401 buf->data = buf->__buf + reserve; in net_buf_simple_reserve()580 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()581 if (!buf->__buf) { in net_buf_alloc_len_debug()587 buf->__buf = NULL; in net_buf_alloc_len_debug()
63 buf->__buf = data; in bt_mesh_alloc_buf()
977 server->buf.__buf = server_buf_data + (i * SERVER_BUF_SIZE); in bt_mesh_proxy_client_init()
1890 seg_rx[i].buf.__buf = (seg_rx_buf_data +1892 seg_rx[i].buf.data = seg_rx[i].buf.__buf;
1462 client->buf.__buf = client_buf_data + (i * CLIENT_BUF_SIZE); in bt_mesh_proxy_server_init()
3317 adv->buf.__buf = adv_buf_data + (i * ADV_BUF_SIZE);