Searched defs:INDIRECT_CALL_L4 (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv6/ |
H A D | ip6_offload.c | 28 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__) macro 30 #define INDIRECT_CALL_L4(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) macro
|