Home
last modified time | relevance | path

Searched refs:__BPF_ARG2_TP (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/kernel/trace/
H A Dbpf_trace.c527 #define __BPF_ARG2_TP(...) \ in BPF_CALL_5() macro
536 ? __BPF_ARG2_TP(arg3, ##__VA_ARGS__) \ in BPF_CALL_5()
538 ? __BPF_ARG2_TP((long)arg3, ##__VA_ARGS__) \ in BPF_CALL_5()
539 : __BPF_ARG2_TP((u32)arg3, ##__VA_ARGS__))) in BPF_CALL_5()

Completed in 3 milliseconds