Searched defs:bpf_prog_aux (Results 1 – 3 of 3) sorted by relevance
40 struct bpf_prog_aux { struct50 struct bpf_prog_aux *aux; argument
1127 struct bpf_prog_aux { struct1128 atomic64_t refcnt;1129 u32 used_map_cnt;1130 u32 used_btf_cnt;1131 u32 max_ctx_offset;1132 u32 max_pkt_offset;1133 u32 max_tp_access;1134 u32 stack_depth;1135 u32 id;1136 u32 func_cnt; /* used by non-func prog as the number of func progs */[all …]
1194 struct bpf_prog_aux *, aux) in BPF_CALL_3()