diff options
Diffstat (limited to 'include/uapi/linux/tc_act/tc_bpf.h')
-rw-r--r-- | include/uapi/linux/tc_act/tc_bpf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/tc_act/tc_bpf.h b/include/uapi/linux/tc_act/tc_bpf.h index 5288bd77e63b..07f17cc70bb3 100644 --- a/include/uapi/linux/tc_act/tc_bpf.h +++ b/include/uapi/linux/tc_act/tc_bpf.h | |||
@@ -24,6 +24,8 @@ enum { | |||
24 | TCA_ACT_BPF_PARMS, | 24 | TCA_ACT_BPF_PARMS, |
25 | TCA_ACT_BPF_OPS_LEN, | 25 | TCA_ACT_BPF_OPS_LEN, |
26 | TCA_ACT_BPF_OPS, | 26 | TCA_ACT_BPF_OPS, |
27 | TCA_ACT_BPF_FD, | ||
28 | TCA_ACT_BPF_NAME, | ||
27 | __TCA_ACT_BPF_MAX, | 29 | __TCA_ACT_BPF_MAX, |
28 | }; | 30 | }; |
29 | #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1) | 31 | #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1) |