Searched refs:INDIRECT_CALL_2 (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| A D | indirect_call_wrapper.h | 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ macro 29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \ 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) macro 58 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
|
| /include/net/ |
| A D | inet_common.h | 81 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
|
Completed in 5 milliseconds