// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2015-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved. */ #ifdef DEBUG #include <linux/jiffies.h> static const struct { … } expected_results[] __initconst = …; static __init unsigned int maximum_jiffies_at_index(int index) { … } static __init int timings_test(struct sk_buff *skb4, struct iphdr *hdr4, struct sk_buff *skb6, struct ipv6hdr *hdr6, int *test) { … } static __init int capacity_test(struct sk_buff *skb4, struct iphdr *hdr4, int *test) { … } bool __init wg_ratelimiter_selftest(void) { … } #endif