Searched refs:SNAT_CALL (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_core.c | 72 #define SNAT_CALL(f, ...) \ macro 75 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, tcp_snat_handler, __VA_ARGS__) macro 77 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, udp_snat_handler, __VA_ARGS__) macro 79 #define SNAT_CALL(f, ...) f(__VA_ARGS__) macro 1276 !SNAT_CALL(pp->snat_handler, skb, pp, cp, iph)) in handle_response()
|