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
..
2019-10-24 11:53:19 +02:00
2020-10-12 01:57:34 +02:00
2021-02-04 18:37:57 -08:00
2020-11-27 12:10:46 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-06-07 11:00:14 -07:00
2019-05-30 11:26:32 -07:00
2019-08-08 18:03:42 -07:00
2019-05-30 11:26:32 -07:00
2019-08-13 12:08:48 +02:00
2019-07-16 13:16:59 +02:00
2019-05-30 11:26:32 -07:00
2019-10-28 13:41:59 -07:00
2019-05-21 10:50:45 +02:00
2019-10-24 11:53:19 +02:00
2019-06-19 17:09:55 +02:00
2019-05-31 18:02:44 +02:00
2020-10-20 13:54:46 +02:00
2020-08-23 17:36:59 -05:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2019-10-24 11:53:19 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2020-11-22 13:45:52 +01:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2020-10-12 01:59:41 +02:00
2021-01-27 17:04:12 -08:00
2018-04-09 10:11:18 +03:00