Searched defs:bpf_prog_aux (Results 1 – 5 of 5) sorted by relevance
40 struct bpf_prog_aux { struct50 struct bpf_prog_aux *aux; argument
41 struct bpf_prog_aux { struct51 struct bpf_prog_aux *aux; argument
837 struct bpf_prog_aux { struct838 atomic64_t refcnt;839 u32 used_map_cnt;840 u32 max_ctx_offset;841 u32 max_pkt_offset;842 u32 max_tp_access;843 u32 stack_depth;844 u32 id;845 u32 func_cnt; /* used by non-func prog as the number of func progs */846 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */[all …]
1389 struct bpf_prog_aux { struct1390 atomic64_t refcnt;1391 u32 used_map_cnt;1392 u32 used_btf_cnt;1393 u32 max_ctx_offset;1394 u32 max_pkt_offset;1395 u32 max_tp_access;1396 u32 stack_depth;1397 u32 id;1398 u32 func_cnt; /* used by non-func prog as the number of func progs */[all …]
1225 struct bpf_prog_aux *, aux) in BPF_CALL_3()