|
@@ -432,6 +432,7 @@ struct bpf_prog {
|
|
kmemcheck_bitfield_end(meta);
|
|
kmemcheck_bitfield_end(meta);
|
|
enum bpf_prog_type type; /* Type of BPF program */
|
|
enum bpf_prog_type type; /* Type of BPF program */
|
|
u32 len; /* Number of filter blocks */
|
|
u32 len; /* Number of filter blocks */
|
|
|
|
+ u32 jited_len; /* Size of jited insns in bytes */
|
|
u8 tag[BPF_TAG_SIZE];
|
|
u8 tag[BPF_TAG_SIZE];
|
|
struct bpf_prog_aux *aux; /* Auxiliary fields */
|
|
struct bpf_prog_aux *aux; /* Auxiliary fields */
|
|
struct sock_fprog_kern *orig_prog; /* Original BPF program */
|
|
struct sock_fprog_kern *orig_prog; /* Original BPF program */
|