diff options
Diffstat (limited to 'tools/testing/selftests/bpf/bpf_helpers.h')
| -rw-r--r-- | tools/testing/selftests/bpf/bpf_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/bpf_helpers.h b/tools/testing/selftests/bpf/bpf_helpers.h index 6e80b66d7fb1..5f6f9e7aba2a 100644 --- a/tools/testing/selftests/bpf/bpf_helpers.h +++ b/tools/testing/selftests/bpf/bpf_helpers.h | |||
| @@ -278,7 +278,7 @@ static int (*bpf_skb_change_type)(void *ctx, __u32 type) = | |||
| 278 | (void *) BPF_FUNC_skb_change_type; | 278 | (void *) BPF_FUNC_skb_change_type; |
| 279 | static unsigned int (*bpf_get_hash_recalc)(void *ctx) = | 279 | static unsigned int (*bpf_get_hash_recalc)(void *ctx) = |
| 280 | (void *) BPF_FUNC_get_hash_recalc; | 280 | (void *) BPF_FUNC_get_hash_recalc; |
| 281 | static unsigned long long (*bpf_get_current_task)(void *ctx) = | 281 | static unsigned long long (*bpf_get_current_task)(void) = |
| 282 | (void *) BPF_FUNC_get_current_task; | 282 | (void *) BPF_FUNC_get_current_task; |
| 283 | static int (*bpf_skb_change_tail)(void *ctx, __u32 len, __u64 flags) = | 283 | static int (*bpf_skb_change_tail)(void *ctx, __u32 len, __u64 flags) = |
| 284 | (void *) BPF_FUNC_skb_change_tail; | 284 | (void *) BPF_FUNC_skb_change_tail; |
