Searched refs:__BPF_TP (Results 1 – 1 of 1) sorted by relevance
517 #define __BPF_TP(...) \ in BPF_CALL_5() macro522 ? __BPF_TP(arg1, ##__VA_ARGS__) \ in BPF_CALL_5()524 ? __BPF_TP((long)arg1, ##__VA_ARGS__) \ in BPF_CALL_5()525 : __BPF_TP((u32)arg1, ##__VA_ARGS__))) in BPF_CALL_5()