Searched refs:net_buf_destroy (Results  1 – 16 of 16) sorted by relevance
| /Zephyr-latest/subsys/bluetooth/host/ | 
| D | buf.c | 72 	net_buf_destroy(buf);  in evt_pool_destroy() 85 	net_buf_destroy(buf);  in hci_rx_pool_destroy() 252 	net_buf_destroy(view);  in bt_buf_destroy_view()
  | 
| D | hci_raw.c | 43 	net_buf_destroy(buf);  in hci_rx_buf_destroy()
  | 
| D | att.c | 266 	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 | 282 	net_buf_destroy(buf);  in bt_hci_host_num_completed_packets()
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ | 
| D | main.c | 38 	net_buf_destroy(buf);  in sdu_destroy() 45 	net_buf_destroy(buf);  in rx_destroy()
  | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 320 			net_buf_destroy(buf);  in net_buf_alloc_len_debug() 460 			net_buf_destroy(buf);  in net_buf_unref_debug() 507 			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/samples/bluetooth/bap_broadcast_sink/src/ | 
| D | usb.c | 60 NET_BUF_POOL_DEFINE(usb_out_buf_pool, USB_ENQUEUE_COUNT, USB_STEREO_FRAME_SIZE, 0, net_buf_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 | 65 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/include/zephyr/ | 
| D | net_buf.h | 1435 static inline void net_buf_destroy(struct net_buf *buf)  in net_buf_destroy()  function
  | 
| /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()
  |