Searched refs:udp_snat_handler (Results 1 – 3 of 3) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_udp.c | 136 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp, in udp_snat_handler() function 487 .snat_handler = udp_snat_handler,
|
| H A D | ip_vs_core.c | 72 INDIRECT_CALL_2(f, tcp_snat_handler, udp_snat_handler, __VA_ARGS__) 76 #define SNAT_CALL(f, ...) INDIRECT_CALL_1(f, udp_snat_handler, __VA_ARGS__)
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1879 udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
|