Searched refs:udp_snat_handler (Results 1 – 2 of 2) sorted by relevance
136 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_snat_handler() function494 .snat_handler = udp_snat_handler,
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__)
Completed in 10 milliseconds