Leon Romanovsky
04f00ab227
net/core: move gro function declarations to separate header
Fir the following compilation warnings:
1031 | INDIRECT_CALLABLE_SCOPE void udp_v6_early_demux(struct sk_buff *skb)
net/ipv6/ip6_offload.c:182:41: warning: no previous prototype for ‘ipv6_gro_receive’ [-Wmissing-prototypes]
182 | INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head,
| ^~~~~~~~~~~~~~~~
net/ipv6/ip6_offload.c:320:29: warning: no previous prototype for ‘ipv6_gro_complete’ [-Wmissing-prototypes]
320 | INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff)
| ^~~~~~~~~~~~~~~~~
net/ipv6/ip6_offload.c:182:41: warning: no previous prototype for ‘ipv6_gro_receive’ [-Wmissing-prototypes]
182 | INDIRECT_CALLABLE_SCOPE struct sk_buff *ipv6_gro_receive(struct list_head *head,
| ^~~~~~~~~~~~~~~~
net/ipv6/ip6_offload.c:320:29: warning: no previous prototype for ‘ipv6_gro_complete’ [-Wmissing-prototypes]
320 | INDIRECT_CALLABLE_SCOPE int ipv6_gro_complete(struct sk_buff *skb, int nhoff)
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-04 22:32:40 +01:00
2020-11-17 14:15:03 -08:00
2020-09-28 15:00:15 -07:00
2020-11-03 17:49:26 -08:00
2021-02-04 18:37:57 -08:00
2021-01-28 16:57:19 -08:00
2020-10-02 19:11:11 -07:00
2019-05-30 11:26:32 -07:00
2020-09-10 13:28:57 -07:00
2019-10-04 11:10:56 -07:00
2020-11-16 08:08:54 -08:00
2021-01-12 14:44:53 -08:00
2021-01-20 21:09:44 -08:00
2020-12-09 16:08:33 -08:00
2021-01-15 18:11:06 -08:00
2020-04-28 14:39:46 -07:00
2020-11-25 11:28:12 -08:00
2019-06-09 19:40:10 -07:00
2020-04-20 12:43:24 -07:00
2020-12-07 11:53:40 -08:00
2020-03-29 22:30:57 -07:00
2019-12-12 17:07:05 -08:00
2021-02-02 14:21:31 -08:00
2020-12-14 16:40:27 -08:00
2020-09-21 13:56:37 -07:00
2020-12-28 13:26:46 -08:00
2020-02-26 20:07:25 -08:00
2019-06-19 11:23:13 -04:00
2020-12-04 22:32:40 +01:00
2019-05-30 11:26:32 -07:00
2020-11-18 11:04:11 -08:00
2020-12-04 22:32:40 +01:00
2021-02-04 18:20:14 -08:00
2021-01-27 16:46:37 -08:00
2020-08-19 16:07:49 -07:00
2019-10-13 10:13:08 -07:00
2021-01-27 17:40:35 -08:00
2020-07-13 11:03:44 -07:00
2020-05-08 15:32:17 +10:00
2021-02-02 17:36:12 -08:00
2020-11-18 00:14:04 +01:00
2020-09-30 11:50:35 -07:00
2021-01-08 13:39:24 -08:00
2021-01-08 19:15:40 -08:00
2021-02-03 14:51:40 -08:00
2019-08-19 13:07:43 -07:00
2021-01-27 17:02:43 -08:00
2019-12-25 19:51:33 -08:00
2020-06-18 20:46:23 -07:00
2020-01-24 20:54:30 +01:00
2020-12-11 22:29:38 -08:00