Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dindirect_call_wrapper.h64 #define INDIRECT_CALL_INET_1(f, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro
66 #define INDIRECT_CALL_INET_1(f, f1, ...) f(__VA_ARGS__) macro
/kernel/linux/linux-6.6/include/linux/
H A Dindirect_call_wrapper.h66 #define INDIRECT_CALL_INET_1(f, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro
68 #define INDIRECT_CALL_INET_1(f, f1, ...) f(__VA_ARGS__) macro

Completed in 1 milliseconds