Leon Romanovsky
edf597da02
netfilter: move handlers to net/ip_vs.h
Fix the following compilation warnings:
net/netfilter/ipvs/ip_vs_proto_tcp.c:147:1: warning: no previous prototype for 'tcp_snat_handler' [-Wmissing-prototypes]
147 | tcp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
| ^~~~~~~~~~~~~~~~
net/netfilter/ipvs/ip_vs_proto_udp.c:136:1: warning: no previous prototype for 'udp_snat_handler' [-Wmissing-prototypes]
136 | udp_snat_handler(struct sk_buff *skb, struct ip_vs_protocol *pp,
| ^~~~~~~~~~~~~~~~
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-02-04 18:37:57 -08:00
..
2020-12-22 14:12:10 -08:00
2021-01-13 15:09:06 +00:00
2021-01-20 16:46:44 +00:00
2021-01-04 16:50:16 +00:00
2021-02-04 18:37:56 -08:00
2021-01-07 15:47:52 +01:00
2021-02-04 18:37:57 -08:00
2020-12-16 13:42:26 -08:00
2020-12-16 13:34:31 -08:00
2021-01-29 21:25:27 -08:00
2021-01-23 16:59:24 +01:00
2021-02-04 18:05:59 -08:00
2021-02-04 09:29:57 -08:00
2021-01-13 16:12:00 +01:00