Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_tun.h42 void tun_ptr_free(void *ptr);
68 static inline void tun_ptr_free(void *ptr) in tun_ptr_free() function
/openbmc/linux/drivers/net/
H A Dtun.c610 void tun_ptr_free(void *ptr) in tun_ptr_free() function
622 EXPORT_SYMBOL_GPL(tun_ptr_free);
629 tun_ptr_free(ptr); in tun_queue_purge()
689 ptr_ring_cleanup(&tfile->tx_ring, tun_ptr_free); in __tun_detach()
792 GFP_KERNEL, tun_ptr_free)) { in tun_attach()
2233 tun_ptr_free(ptr); in tun_do_read()
2653 tun_ptr_free(ptr); in tun_recvmsg()
3687 tun_ptr_free); in tun_queue_resize()
/openbmc/linux/drivers/vhost/
H A Dnet.c194 tun_ptr_free); in vhost_net_buf_unproduce()