Home
last modified time | relevance | path

Searched refs:net_buf_destroy (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dbuf.c71 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()
Dhci_raw.c42 net_buf_destroy(buf); in hci_rx_buf_destroy()
Datt.c264 net_buf_destroy(buf); in att_tx_destroy()
Diso.c58 net_buf_destroy(buf); in iso_rx_buf_destroy()
Dhci_core.c279 net_buf_destroy(buf); in bt_hci_host_num_completed_packets()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/
Dmain.c29 net_buf_destroy(buf); in sdu_destroy()
36 net_buf_destroy(buf); in rx_destroy()
/Zephyr-latest/lib/net_buf/
Dbuf.c326 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/
Ddut.c27 net_buf_destroy(buf); in sdu_destroy()
/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c81 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/
Dbap_usb.c63 NET_BUF_POOL_DEFINE(usb_out_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_FRAME_SIZE, 0, net_buf_destroy);
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c68 net_buf_destroy(buf); in receive_pool_free()
81 net_buf_destroy(buf); in receive_ff_sf_pool_free()
/Zephyr-latest/drivers/wifi/infineon/
Dairoc_wifi.c247 (void)net_buf_destroy((struct net_buf *)buffer); in airoc_wifi_buffer_release()
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c1024 NET_BUF_POOL_FIXED_DEFINE(name, 5, size, 4, net_buf_destroy)
/Zephyr-latest/drivers/usb/udc/
Dudc_common.c689 net_buf_destroy(buf); in udc_buf_destroy()
/Zephyr-latest/include/zephyr/
Dnet_buf.h1469 static inline void net_buf_destroy(struct net_buf *buf) in net_buf_destroy() function
/Zephyr-latest/samples/bluetooth/bap_broadcast_sink/src/
Dmain.c159 NET_BUF_POOL_DEFINE(usb_tx_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_SAMPLE_SIZE, 0, net_buf_destroy);