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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c72 #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

Completed in 110 milliseconds