Searched refs:__BPF_TP (Results 1 – 1 of 1) sorted by relevance
246 #define __BPF_TP(...) \ in BPF_CALL_5() macro252 ? __BPF_TP(arg1, ##__VA_ARGS__) \ in BPF_CALL_5()254 ? __BPF_TP((long)arg1, ##__VA_ARGS__) \ in BPF_CALL_5()255 : __BPF_TP((u32)arg1, ##__VA_ARGS__))) in BPF_CALL_5()