From 17a986e54c507287c078a70fa9eea0be9f191f84 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 12 Apr 2020 15:17:23 +0200 Subject: sys/linux: add link_create and link_update commands Signed-off-by: Paul Chaignon --- sys/linux/bpf_arm.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/bpf_arm.const') diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index e37dcb9a1..1f1e1465a 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -75,6 +75,8 @@ BPF_JSLT0 = 12 BPF_LD = 0 BPF_LDX = 1 BPF_LINE_INFO_SIZE = 16 +BPF_LINK_CREATE = 28 +BPF_LINK_UPDATE = 29 BPF_LIRC_MODE2 = 16 BPF_LSH0 = 6 BPF_LSM_MAC = 27 -- cgit mrf-deployment