Searched refs:tcp_snat_handler (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_tcp.c | 147 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in tcp_snat_handler() function 731 .snat_handler = tcp_snat_handler,
|
| H A D | ip_vs_core.c | 72 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__) 74 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, tcp_snat_handler, __VA_ARGS__)
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1873 tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
|