Searched refs:snat_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 | 126 .snat_handler = NULL, 148 .snat_handler = NULL,
|
H A D | ip_vs_proto_udp.c | 494 .snat_handler = udp_snat_handler,
|
H A D | ip_vs_proto_sctp.c | 588 .snat_handler = sctp_snat_handler,
|
H A D | ip_vs_proto_tcp.c | 739 .snat_handler = tcp_snat_handler,
|
H A D | ip_vs_core.c | 1287 if (pp->snat_handler && in handle_response() 1288 !SNAT_CALL(pp->snat_handler, skb, pp, cp, iph)) in handle_response()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto_ah_esp.c | 126 .snat_handler = NULL, 148 .snat_handler = NULL,
|
H A D | ip_vs_proto_udp.c | 494 .snat_handler = udp_snat_handler,
|
H A D | ip_vs_proto_sctp.c | 588 .snat_handler = sctp_snat_handler,
|
H A D | ip_vs_proto_tcp.c | 739 .snat_handler = tcp_snat_handler,
|
H A D | ip_vs_core.c | 1273 if (pp->snat_handler && in handle_response() 1274 !SNAT_CALL(pp->snat_handler, skb, pp, cp, iph)) in handle_response()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_vs.h | 448 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_vs.h | 509 int (*snat_handler)(struct sk_buff *skb, struct ip_vs_protocol *pp, member
|
Completed in 18 milliseconds