Searched refs:dnat_handler (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_proto_ah_esp.c | 127 .dnat_handler = NULL, 149 .dnat_handler = NULL,
|
D | ip_vs_xmit.c | 826 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit() 915 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit_v6()
|
D | ip_vs_proto_udp.c | 495 .dnat_handler = udp_dnat_handler,
|
D | ip_vs_proto_sctp.c | 589 .dnat_handler = sctp_dnat_handler,
|
D | ip_vs_proto_tcp.c | 740 .dnat_handler = tcp_dnat_handler,
|
/linux-6.1.9/include/net/ |
D | ip_vs.h | 451 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|