aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-02-02 23:34:45 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-02-03 18:27:33 +0100
commit4cf5f889f9b4f90930b5883672450fe20a5c981d (patch)
treebb41eb735274745fe8d3295a3e3aa65bda3b3793 /src/device.c
parentnoise: whiten the nanoseconds portion of the timestamp (diff)
downloadwireguard-monolithic-historical-4cf5f889f9b4f90930b5883672450fe20a5c981d.tar.xz
wireguard-monolithic-historical-4cf5f889f9b4f90930b5883672450fe20a5c981d.zip
queueing: more reasonable allocator function convention
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 98c05bc..4b4cca1 100644
--- a/src/device.c
+++ b/src/device.c
@@ -321,7 +321,7 @@ static int wg_newlink(struct net *src_net, struct net_device *dev,
return ret;
wg->incoming_handshakes_worker =
- wg_packet_alloc_percpu_multicore_worker(
+ wg_packet_percpu_multicore_worker_alloc(
wg_packet_handshake_receive_worker, wg);
if (!wg->incoming_handshakes_worker)
goto err_free_tstats;