Lines Matching defs:bpf_prog___2
38977 struct bpf_prog___2 { struct
38978 u16 pages;
38979 u16 jited: 1;
38980 u16 jit_requested: 1;
38981 u16 gpl_compatible: 1;
38982 u16 cb_access: 1;
38983 u16 dst_needed: 1;
38984 u16 blinded: 1;
38985 u16 is_func: 1;
38986 u16 kprobe_override: 1;
38987 u16 has_callchain_buf: 1;
38988 u16 enforce_expected_attach_type: 1;
38989 enum bpf_prog_type type;
38990 enum bpf_attach_type expected_attach_type;
38991 u32 len;
38992 u32 jited_len;
38993 u8 tag[8];
38994 struct bpf_prog_aux___2 *aux;
38995 struct sock_fprog_kern *orig_prog;
38996 unsigned int (*bpf_func)(const void *, const struct bpf_insn *);
38997 union {