Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_proto_ah_esp.c131 .dnat_handler = NULL,
154 .dnat_handler = NULL,
Dip_vs_xmit.c797 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit()
886 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit_v6()
Dip_vs_proto_udp.c496 .dnat_handler = udp_dnat_handler,
Dip_vs_proto_sctp.c589 .dnat_handler = sctp_dnat_handler,
Dip_vs_proto_tcp.c738 .dnat_handler = tcp_dnat_handler,
/Linux-v4.19/include/net/
Dip_vs.h453 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member