Searched refs:INDIRECT_CALL_MT (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/net/core/ |
D | fib_rules.c | 21 #define INDIRECT_CALL_MT(f, f2, f1, ...) \ macro 24 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f2, __VA_ARGS__) macro 27 #define INDIRECT_CALL_MT(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) macro 29 #define INDIRECT_CALL_MT(f, f2, f1, ...) f(__VA_ARGS__) macro 284 ret = INDIRECT_CALL_MT(ops->match, in fib_rule_match() 318 err = INDIRECT_CALL_MT(ops->action, in fib_rules_lookup() 323 if (!err && ops->suppress && INDIRECT_CALL_MT(ops->suppress, in fib_rules_lookup()
|