Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c130 .snat_handler = NULL,
153 .snat_handler = NULL,
Dip_vs_proto_udp.c500 .snat_handler = udp_snat_handler,
Dip_vs_proto_sctp.c589 .snat_handler = sctp_snat_handler,
Dip_vs_proto_tcp.c721 .snat_handler = tcp_snat_handler,
Dip_vs_core.c1117 if (pp->snat_handler && !pp->snat_handler(skb, pp, cp, iph)) in handle_response()
/linux-4.4.14/include/net/
Dip_vs.h455 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member