Searched defs:bpf_func_state (Results 1 – 13 of 13) sorted by relevance
32366 struct bpf_func_state { struct32367 struct bpf_reg_state regs[11];32368 int callsite;32369 u32 frameno;32370 u32 subprogno;32371 u32 async_entry_cnt;32372 struct bpf_retval_range callback_ret_range;32373 bool in_callback_fn;32374 bool in_async_callback_fn;32375 bool in_exception_callback_fn;[all …]
19840 struct bpf_func_state { struct19841 struct bpf_reg_state regs[11];19842 int callsite;19843 u32 frameno;19844 u32 subprogno;19845 u32 async_entry_cnt;19846 bool in_callback_fn;19847 struct tnum callback_ret_range;19848 bool in_async_callback_fn;19849 int acquired_refs;[all …]
40864 struct bpf_func_state { struct40865 struct bpf_reg_state regs[11];40866 int callsite;40867 u32 frameno;40868 u32 subprogno;40869 u32 async_entry_cnt;40870 bool in_callback_fn;40871 bool in_async_callback_fn;40872 int acquired_refs;40873 struct bpf_reference_state *refs;[all …]
31669 struct bpf_func_state { struct31670 struct bpf_reg_state regs[11];31671 int callsite;31672 u32 frameno;31673 u32 subprogno;31674 u32 async_entry_cnt;31675 bool in_callback_fn;31676 struct tnum callback_ret_range;31677 bool in_async_callback_fn;31678 u32 callback_depth;[all …]
42648 struct bpf_func_state { struct42649 struct bpf_reg_state regs[11];42650 int callsite;42651 u32 frameno;42652 u32 subprogno;42653 u32 async_entry_cnt;42654 bool in_callback_fn;42655 bool in_async_callback_fn;42656 int acquired_refs;42657 struct bpf_reference_state *refs;[all …]
41378 struct bpf_func_state { struct41379 struct bpf_reg_state regs[11];41380 int callsite;41381 u32 frameno;41382 u32 subprogno;41383 u32 async_entry_cnt;41384 bool in_callback_fn;41385 struct tnum callback_ret_range;41386 bool in_async_callback_fn;41387 u32 callback_depth;[all …]
26103 struct bpf_func_state { struct26104 struct bpf_reg_state regs[11];26105 int callsite;26106 u32 frameno;26107 u32 subprogno;26108 u32 async_entry_cnt;26109 bool in_callback_fn;26110 struct tnum callback_ret_range;26111 bool in_async_callback_fn;26112 int acquired_refs;[all …]
20525 struct bpf_func_state { struct20526 struct bpf_reg_state regs[11];20527 int callsite;20528 u32 frameno;20529 u32 subprogno;20530 u32 async_entry_cnt;20531 bool in_callback_fn;20532 bool in_async_callback_fn;20533 int acquired_refs;20534 struct bpf_reference_state *refs;[all …]