1 // SPDX-License-Identifier: GPL-2.0
2 // Copyright (c) 2019 Facebook
4 #include <bpf/bpf_helpers.h>
6 #include "bpf_compiler.h"
8 char _license[] SEC("license") = "GPL";
11 int combinations(volatile struct __sk_buff* skb)
15 __pragma_loop_no_unroll
16 for (i = 0; i < 20; i++)