1 /* SPDX-License-Identifier: GPL-2.0-or-later */
9 #include <linux/filter.h>
10 #include <net/act_api.h>
13 struct tc_action common;
14 struct bpf_prog __rcu *filter;
19 struct sock_filter *bpf_ops;
22 #define to_bpf(a) ((struct tcf_bpf *)a)
24 #endif /* __NET_TC_BPF_H */