commit 749d77d9d2ad6f645d27661d44929e308b6607eb
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Sep 10 02:43:08 2026 +0200

    bpf: Add MOD and XOR operations

diff --git a/include/device/bpf.h b/include/device/bpf.h
index 1d00e8c6..b2d5a6e7 100644
--- a/include/device/bpf.h
+++ b/include/device/bpf.h
@@ -154,6 +154,8 @@ struct bpf_version {
 #define		BPF_LSH		0x60
 #define		BPF_RSH		0x70
 #define		BPF_NEG		0x80
+#define		BPF_MOD		0x90
+#define		BPF_XOR		0xa0
 #define		BPF_JA		0x00
 #define		BPF_JEQ		0x10
 #define		BPF_JGT		0x20
