1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * Copyright (c) 2015 Jiri Pirko <jiri@resnulli.us>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
11 #ifndef __LINUX_TC_BPF_H
12 #define __LINUX_TC_BPF_H
14 #include <linux/pkt_cls.h>
16 #define TCA_ACT_BPF 13
35 #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1)