Searched refs:INDIRECT_CALL_2 (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
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/ |
D | inet_common.h | 72 INDIRECT_CALL_2(cb, f2, f1, head, skb); \
|