Searched refs:snat_handler (Results 1 – 6 of 6) sorted by relevance
| /linux-4.1.27/net/netfilter/ipvs/ |
| D | ip_vs_proto_ah_esp.c | 132 .snat_handler = NULL, 155 .snat_handler = NULL,
|
| D | ip_vs_proto_udp.c | 489 .snat_handler = udp_snat_handler,
|
| D | ip_vs_proto_sctp.c | 583 .snat_handler = sctp_snat_handler,
|
| D | ip_vs_proto_tcp.c | 704 .snat_handler = tcp_snat_handler,
|
| D | ip_vs_core.c | 1102 if (pp->snat_handler && !pp->snat_handler(skb, pp, cp, iph)) in handle_response()
|
| /linux-4.1.27/include/net/ |
| D | ip_vs.h | 461 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|