Searched refs:dnat_handler (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_proto_ah_esp.c | 127 .dnat_handler = NULL, 149 .dnat_handler = NULL,
|
H A 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()
|
H A D | ip_vs_proto_udp.c | 495 .dnat_handler = udp_dnat_handler,
|
H A D | ip_vs_proto_sctp.c | 589 .dnat_handler = sctp_dnat_handler,
|
H A D | ip_vs_proto_tcp.c | 740 .dnat_handler = tcp_dnat_handler,
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto_ah_esp.c | 127 .dnat_handler = NULL, 149 .dnat_handler = NULL,
|
H A D | ip_vs_xmit.c | 816 if (pp->dnat_handler && !pp->dnat_handler(skb, pp, cp, ipvsh)) in ip_vs_nat_xmit() 901 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 | 495 .dnat_handler = udp_dnat_handler,
|
H A D | ip_vs_proto_sctp.c | 589 .dnat_handler = sctp_dnat_handler,
|
H A D | ip_vs_proto_tcp.c | 740 .dnat_handler = tcp_dnat_handler,
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_vs.h | 451 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_vs.h | 512 int (*dnat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|
Completed in 16 milliseconds