Searched refs:udp_snat_handler (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_proto_udp.c | 136 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_snat_handler() function 494 .snat_handler = udp_snat_handler,
|
D | ip_vs_core.c | 73 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__) 77 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, udp_snat_handler, __VA_ARGS__)
|
/Linux-v6.6/include/net/ |
D | ip_vs.h | 1866 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
|