Searched defs:bpf_prog_aux (Results 1 – 11 of 11) sorted by relevance
13095 struct bpf_prog_aux { struct13096 atomic64_t refcnt;13097 u32 used_map_cnt;13098 u32 used_btf_cnt;13099 u32 max_ctx_offset;13100 u32 max_pkt_offset;13101 u32 max_tp_access;13102 u32 stack_depth;13103 u32 id;13104 u32 func_cnt;[all …]
13584 struct bpf_prog_aux { struct13585 atomic64_t refcnt;13586 u32 used_map_cnt;13587 u32 used_btf_cnt;13588 u32 max_ctx_offset;13589 u32 max_pkt_offset;13590 u32 max_tp_access;13591 u32 stack_depth;13592 u32 id;13593 u32 func_cnt;[all …]
10868 struct bpf_prog_aux { struct10869 atomic64_t refcnt;10870 u32 used_map_cnt;10871 u32 used_btf_cnt;10872 u32 max_ctx_offset;10873 u32 max_pkt_offset;10874 u32 max_tp_access;10875 u32 stack_depth;10876 u32 id;10877 u32 func_cnt;[all …]
30156 struct bpf_prog_aux { struct30157 atomic64_t refcnt;30158 u32 used_map_cnt;30159 u32 used_btf_cnt;30160 u32 max_ctx_offset;30161 u32 max_pkt_offset;30162 u32 max_tp_access;30163 u32 stack_depth;30164 u32 id;30165 u32 func_cnt;[all …]
9758 struct bpf_prog_aux { struct9759 atomic64_t refcnt;9760 u32 used_map_cnt;9761 u32 used_btf_cnt;9762 u32 max_ctx_offset;9763 u32 max_pkt_offset;9764 u32 max_tp_access;9765 u32 stack_depth;9766 u32 id;9767 u32 func_cnt;[all …]
15226 struct bpf_prog_aux { struct15227 atomic64_t refcnt;15228 u32 used_map_cnt;15229 u32 used_btf_cnt;15230 u32 max_ctx_offset;15231 u32 max_pkt_offset;15232 u32 max_tp_access;15233 u32 stack_depth;15234 u32 id;15235 u32 func_cnt;[all …]