Searched defs:INDIRECT_CALL_INET (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | indirect_call_wrapper.h | 43 #define INDIRECT_CALL_INET(f, f2, f1, ...) \  macro46 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__)  macro
 48 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__)  macro
 
 |