Searched refs:MAX_BPF_FUNC_ARGS (Results 1 – 4 of 4) sorted by relevance
16 u64 args[MAX_BPF_FUNC_ARGS];
354 ctx_size_in > MAX_BPF_FUNC_ARGS * sizeof(u64)) in bpf_prog_test_run_raw_tp()
564 #define MAX_BPF_FUNC_ARGS 12 macro574 u8 arg_size[MAX_BPF_FUNC_ARGS];1672 if (off < 0 || off >= sizeof(__u64) * MAX_BPF_FUNC_ARGS) in bpf_tracing_ctx_access()
5375 if (nargs >= MAX_BPF_FUNC_ARGS) { in btf_distill_func_proto()
Completed in 23 milliseconds