Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dif_tun.h33 void tun_ptr_free(void *ptr);
59 static inline void tun_ptr_free(void *ptr) in tun_ptr_free() function
/Linux-v5.4/drivers/net/
Dtun.c652 void tun_ptr_free(void *ptr) in tun_ptr_free() function
664 EXPORT_SYMBOL_GPL(tun_ptr_free);
671 tun_ptr_free(ptr); in tun_queue_purge()
727 ptr_ring_cleanup(&tfile->tx_ring, tun_ptr_free); in __tun_detach()
827 GFP_KERNEL, tun_ptr_free)) { in tun_attach()
2209 tun_ptr_free(ptr); in tun_do_read()
2599 tun_ptr_free(ptr); in tun_recvmsg()
3623 tun_ptr_free); in tun_queue_resize()
/Linux-v5.4/drivers/vhost/
Dnet.c193 tun_ptr_free); in vhost_net_buf_unproduce()