Home
last modified time | relevance | path

Searched refs:INDIRECT_CALL_2 (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dindirect_call_wrapper.h21 #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/
Dinet_common.h72 INDIRECT_CALL_2(cb, f2, f1, head, skb); \