Home
last modified time | relevance | path

Searched refs:snat_handler (Results 1 – 6 of 6) sorted by relevance

/linux/net/netfilter/ipvs/
H A Dip_vs_proto_ah_esp.c126 .snat_handler = NULL,
148 .snat_handler = NULL,
H A Dip_vs_proto_udp.c494 .snat_handler = udp_snat_handler,
H A Dip_vs_proto_sctp.c590 .snat_handler = sctp_snat_handler,
H A Dip_vs_proto_tcp.c739 .snat_handler = tcp_snat_handler,
H A Dip_vs_core.c1273 if (pp->snat_handler && in handle_response()
1274 !SNAT_CALL(pp->snat_handler, skb, pp, cp, iph)) in handle_response()
/linux/include/net/
H A Dip_vs.h509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member