Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp_tunnel_nic.c59 static struct workqueue_struct *udp_tunnel_nic_workqueue; variable
307 queue_work(udp_tunnel_nic_workqueue, &utn->work); in udp_tunnel_nic_device_sync()
975 udp_tunnel_nic_workqueue = alloc_ordered_workqueue("udp_tunnel_nic", 0); in udp_tunnel_nic_init_module()
976 if (!udp_tunnel_nic_workqueue) in udp_tunnel_nic_init_module()
993 destroy_workqueue(udp_tunnel_nic_workqueue); in udp_tunnel_nic_init_module()
1006 destroy_workqueue(udp_tunnel_nic_workqueue); in udp_tunnel_nic_cleanup_module()