Searched defs:INDIRECT_CALL_INET (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dindirect_call_wrapper.h57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ macro
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro
62 #define INDIRECT_CALL_INET(f, f2, f1, ...) f(__VA_ARGS__) macro

Completed in 219 milliseconds