mirror of https://github.com/aya-rs/aya
bpf: add support for BPF_PROG_TYPE_SCHED_CLS programs
parent
5effc972ac
commit
afcc5dc662
@ -1,4 +1,6 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/bpf.h>
|
#include <linux/bpf.h>
|
||||||
#include <linux/ptrace.h>
|
#include <linux/ptrace.h>
|
||||||
|
// needed for TC_ACT_*
|
||||||
|
#include <linux/pkt_cls.h>
|
||||||
#include "bpf_helpers.h"
|
#include "bpf_helpers.h"
|
Loading…
Reference in New Issue