tcp_snat_handler   73 net/netfilter/ipvs/ip_vs_core.c 	tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
tcp_snat_handler   85 net/netfilter/ipvs/ip_vs_core.c 	INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__)
tcp_snat_handler   87 net/netfilter/ipvs/ip_vs_core.c #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, tcp_snat_handler, __VA_ARGS__)
tcp_snat_handler  737 net/netfilter/ipvs/ip_vs_proto_tcp.c 	.snat_handler =		tcp_snat_handler,