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

Commit bd980d43 authored by Sandipan Das's avatar Sandipan Das Committed by Daniel Borkmann
Browse files

tools: bpf: sync bpf uapi header



Syncing the bpf.h uapi header with tools so that struct
bpf_prog_info has the two new fields for passing on the
JITed image lengths of each function in a multi-function
program.

Signed-off-by: default avatarSandipan Das <sandipan@linux.vnet.ibm.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
parent 815581c1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2206,7 +2206,9 @@ struct bpf_prog_info {
	__u64 netns_dev;
	__u64 netns_ino;
	__u32 nr_jited_ksyms;
	__u32 nr_jited_func_lens;
	__aligned_u64 jited_ksyms;
	__aligned_u64 jited_func_lens;
} __attribute__((aligned(8)));

struct bpf_map_info {