Searched refs:dnat_handler (Results 1 – 5 of 5) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 846 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit() 931 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit_v6()
|
| H A D | ip_vs_proto_udp.c | 461 .dnat_handler = udp_dnat_handler,
|
| H A D | ip_vs_proto_sctp.c | 582 .dnat_handler = sctp_dnat_handler,
|
| H A D | ip_vs_proto_tcp.c | 697 .dnat_handler = tcp_dnat_handler,
|
| /linux/include/net/ |
| H A D | ip_vs.h | 754 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|