summaryrefslogtreecommitdiffstatshomepage
path: root/src/queueing.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-10-25 16:37:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-10-27 03:11:31 +0200
commit1e674d8af37b3f2ba4cb233fbb335fb701d185ad (patch)
tree0c1fe2d097ea58ac70fd506c7ce9be94a25e86d6 /src/queueing.h
parentallowedips: fix up macros and annotations (diff)
downloadwireguard-monolithic-historical-1e674d8af37b3f2ba4cb233fbb335fb701d185ad.tar.xz
wireguard-monolithic-historical-1e674d8af37b3f2ba4cb233fbb335fb701d185ad.zip
send: consider dropped stage packets to be dropped
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'src/queueing.h')
-rw-r--r--src/queueing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/queueing.h b/src/queueing.h
index ce522d8..60688bc 100644
--- a/src/queueing.h
+++ b/src/queueing.h
@@ -41,6 +41,7 @@ void wg_packet_send_handshake_cookie(struct wg_device *wg,
struct sk_buff *initiating_skb,
__le32 sender_index);
void wg_packet_send_keepalive(struct wg_peer *peer);
+void wg_packet_purge_staged_packets(struct wg_peer *peer);
void wg_packet_send_staged_packets(struct wg_peer *peer);
/* Workqueue workers: */
void wg_packet_handshake_send_worker(struct work_struct *work);