Lines Matching defs:args
352 #define ___bpf_ctx_cast2(x, args...) ___bpf_ctx_cast1(args), (void *)ctx[1] argument
353 #define ___bpf_ctx_cast3(x, args...) ___bpf_ctx_cast2(args), (void *)ctx[2] argument
354 #define ___bpf_ctx_cast4(x, args...) ___bpf_ctx_cast3(args), (void *)ctx[3] argument
355 #define ___bpf_ctx_cast5(x, args...) ___bpf_ctx_cast4(args), (void *)ctx[4] argument
356 #define ___bpf_ctx_cast6(x, args...) ___bpf_ctx_cast5(args), (void *)ctx[5] argument
357 #define ___bpf_ctx_cast7(x, args...) ___bpf_ctx_cast6(args), (void *)ctx[6] argument
358 #define ___bpf_ctx_cast8(x, args...) ___bpf_ctx_cast7(args), (void *)ctx[7] argument
359 #define ___bpf_ctx_cast9(x, args...) ___bpf_ctx_cast8(args), (void *)ctx[8] argument
360 #define ___bpf_ctx_cast10(x, args...) ___bpf_ctx_cast9(args), (void *)ctx[9] argument
361 #define ___bpf_ctx_cast11(x, args...) ___bpf_ctx_cast10(args), (void *)ctx[10] argument
362 #define ___bpf_ctx_cast12(x, args...) ___bpf_ctx_cast11(args), (void *)ctx[11] argument
363 #define ___bpf_ctx_cast(args...) \ argument
381 #define BPF_PROG(name, args...) \ argument
400 #define ___bpf_kprobe_args2(x, args...) \ argument
402 #define ___bpf_kprobe_args3(x, args...) \ argument
404 #define ___bpf_kprobe_args4(x, args...) \ argument
406 #define ___bpf_kprobe_args5(x, args...) \ argument
408 #define ___bpf_kprobe_args(args...) \ argument
421 #define BPF_KPROBE(name, args...) \ argument
438 #define ___bpf_kretprobe_args(args...) \ argument
447 #define BPF_KRETPROBE(name, args...) \ argument