Searched refs:net_buf_headroom (Results 1 – 4 of 4) sorted by relevance
1809 #define net_buf_headroom(buf) net_buf_simple_headroom(&(buf)->b) macro
716 clone->data = clone->__buf + net_buf_headroom(buf); in net_buf_clone()
882 net_buf_headroom(buf), net_buf_tailroom(buf)); in bt_mesh_net_send()
1594 if (net_buf_headroom(buf) >= headroom && !buf->frags) { in l2cap_chan_create_seg()
Completed in 15 milliseconds