Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dif_tun.h28 void tun_ptr_free(void *ptr);
54 static inline void tun_ptr_free(void *ptr) in tun_ptr_free() function
/Linux-v4.19/drivers/net/
Dtun.c661 void tun_ptr_free(void *ptr) in tun_ptr_free() function
673 EXPORT_SYMBOL_GPL(tun_ptr_free);
680 tun_ptr_free(ptr); in tun_queue_purge()
734 ptr_ring_cleanup(&tfile->tx_ring, tun_ptr_free); in __tun_detach()
833 GFP_KERNEL, tun_ptr_free)) { in tun_attach()
2155 tun_ptr_free(ptr); in tun_do_read()
2403 tun_ptr_free(ptr); in tun_recvmsg()
3409 tun_ptr_free); in tun_queue_resize()
/Linux-v4.19/drivers/vhost/
Dnet.c186 tun_ptr_free); in vhost_net_buf_unproduce()