Searched refs:net_buf_destroy (Results 1 – 16 of 16) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/ |
D | buf.c | 71 net_buf_destroy(buf); in evt_pool_destroy() 83 net_buf_destroy(buf); in hci_rx_pool_destroy() 250 net_buf_destroy(view); in bt_buf_destroy_view()
|
D | hci_raw.c | 42 net_buf_destroy(buf); in hci_rx_buf_destroy()
|
D | att.c | 264 net_buf_destroy(buf); in att_tx_destroy()
|
D | iso.c | 58 net_buf_destroy(buf); in iso_rx_buf_destroy()
|
D | hci_core.c | 279 net_buf_destroy(buf); in bt_hci_host_num_completed_packets()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 29 net_buf_destroy(buf); in sdu_destroy() 36 net_buf_destroy(buf); in rx_destroy()
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 326 net_buf_destroy(buf); in net_buf_alloc_len_debug() 493 net_buf_destroy(buf); in net_buf_unref_debug() 540 net_buf_destroy(clone); in net_buf_clone()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/ |
D | dut.c | 27 net_buf_destroy(buf); in sdu_destroy()
|
/Zephyr-latest/tests/lib/net_buf/buf/src/ |
D | main.c | 81 net_buf_destroy(buf); in buf_destroy() 90 net_buf_destroy(buf); in fixed_destroy() 99 net_buf_destroy(buf); in var_destroy()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap_usb.c | 63 NET_BUF_POOL_DEFINE(usb_out_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_FRAME_SIZE, 0, net_buf_destroy);
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | isotp.c | 68 net_buf_destroy(buf); in receive_pool_free() 81 net_buf_destroy(buf); in receive_ff_sf_pool_free()
|
/Zephyr-latest/drivers/wifi/infineon/ |
D | airoc_wifi.c | 247 (void)net_buf_destroy((struct net_buf *)buffer); in airoc_wifi_buffer_release()
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 1024 NET_BUF_POOL_FIXED_DEFINE(name, 5, size, 4, net_buf_destroy)
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_common.c | 689 net_buf_destroy(buf); in udc_buf_destroy()
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1469 static inline void net_buf_destroy(struct net_buf *buf) in net_buf_destroy() function
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/ |
D | main.c | 159 NET_BUF_POOL_DEFINE(usb_tx_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_SAMPLE_SIZE, 0, net_buf_destroy);
|