Searched refs:net_buf_headroom (Results 1 – 10 of 10) sorted by relevance
212 __ASSERT_NO_MSG(net_buf_headroom(parent) > 0); in bt_buf_make_view()219 view->size = net_buf_headroom(parent) + len; in bt_buf_make_view()
846 if (net_buf_headroom(buf) != BT_BUF_ISO_SIZE(0)) { in validate_send()848 net_buf_headroom(buf), BT_BUF_ISO_SIZE(0)); in validate_send()
3242 if (net_buf_headroom(buf) < BT_L2CAP_SDU_CHAN_SEND_RESERVE) { in bt_l2cap_dyn_chan_send()
553 if (net_buf_headroom(buf) == in contains_iso_timestamp()
47 net_buf_headroom(buf)); in send_data()
50 LOG_INF("Sending SDU (headroom %d)", net_buf_headroom(buf)); in send_data()
349 ipv6 = (struct ipv6_hdr *)(frag->data - net_buf_headroom(frag)); in ZTEST()402 ipv6 = (struct ipv6_hdr *)(frags[i]->data - net_buf_headroom(frags[i])); in ZTEST()
162 net_buf_reserve(buf, SDU_HCI_HDR_SIZE + net_buf_headroom(buf)); in sink_sdu_alloc_hci()
512 clone->data = clone->__buf + net_buf_headroom(buf); in net_buf_clone()
2466 static inline size_t net_buf_headroom(const struct net_buf *buf) in net_buf_headroom() function