Searched refs:snat_handler (Results 1 – 6 of 6) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_ah_esp.c | 125 .snat_handler = NULL, 147 .snat_handler = NULL,
|
| H A D | ip_vs_proto_udp.c | 487 .snat_handler = udp_snat_handler,
|
| H A D | ip_vs_proto_sctp.c | 584 .snat_handler = sctp_snat_handler,
|
| H A D | ip_vs_proto_tcp.c | 731 .snat_handler = tcp_snat_handler,
|
| H A D | ip_vs_core.c | 1272 if (pp->snat_handler && in handle_response() 1273 !SNAT_CALL(pp->snat_handler, skb, pp, cp, iph)) in handle_response()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|