Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7dac3ae4 authored by Alexei Starovoitov's avatar Alexei Starovoitov Committed by Daniel Borkmann
Browse files

tools/bpf: sync include/uapi/linux/bpf.h



sync bpf.h

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent e16d2f1a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2422,7 +2422,9 @@ union bpf_attr {
	FN(map_peek_elem),		\
	FN(msg_push_data),		\
	FN(msg_pop_data),		\
	FN(rc_pointer_rel),
	FN(rc_pointer_rel),		\
	FN(spin_lock),			\
	FN(spin_unlock),

/* integer value in 'imm' field of BPF_CALL instruction selects which helper
 * function eBPF program intends to call
@@ -3056,4 +3058,7 @@ struct bpf_line_info {
	__u32	line_col;
};

struct bpf_spin_lock {
	__u32	val;
};
#endif /* _UAPI__LINUX_BPF_H__ */