Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dudp_tunnel_nic.c56 static struct workqueue_struct *udp_tunnel_nic_workqueue; variable
314 queue_work(udp_tunnel_nic_workqueue, &utn->work); in udp_tunnel_nic_device_sync()
940 udp_tunnel_nic_workqueue = alloc_ordered_workqueue("udp_tunnel_nic", 0); in udp_tunnel_nic_init_module()
941 if (!udp_tunnel_nic_workqueue) in udp_tunnel_nic_init_module()
958 destroy_workqueue(udp_tunnel_nic_workqueue); in udp_tunnel_nic_init_module()
971 destroy_workqueue(udp_tunnel_nic_workqueue); in udp_tunnel_nic_cleanup_module()