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
1462 atomic64_t refcnt;1463 u32 used_map_cnt;1464 u32 used_btf_cnt;1467 u32 max_tp_access;1468 u32 stack_depth;1469 u32 id;1522 void *security;1526 struct btf *btf;1545 u32 nr_linfo;1550 u32 linfo_idx;[all …]
1399 struct bpf_prog_aux *, aux) in BPF_CALL_3()
Completed in 27 milliseconds