Home
last modified time | relevance | path

Searched refs:tun_ptr_free (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dif_tun.h42 void tun_ptr_free(void *ptr);
68 static inline void tun_ptr_free(void *ptr) in tun_ptr_free() function
/Linux-v5.10/drivers/net/
Dtun.c602 void tun_ptr_free(void *ptr) in tun_ptr_free() function
614 EXPORT_SYMBOL_GPL(tun_ptr_free);
621 tun_ptr_free(ptr); in tun_queue_purge()
677 ptr_ring_cleanup(&tfile->tx_ring, tun_ptr_free); in __tun_detach()
777 GFP_KERNEL, tun_ptr_free)) { in tun_attach()
2156 tun_ptr_free(ptr); in tun_do_read()
2558 tun_ptr_free(ptr); in tun_recvmsg()
3570 tun_ptr_free); in tun_queue_resize()
/Linux-v5.10/drivers/vhost/
Dnet.c193 tun_ptr_free); in vhost_net_buf_unproduce()