skbuff: move NAPI cache declarations upper in the file
authorAlexander Lobakin <alobakin@pm.me>
Sat, 13 Feb 2021 14:12:13 +0000 (14:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 13 Feb 2021 22:32:03 +0000 (14:32 -0800)
commit50fad4b543b30e9323da485d4090c3a94b2b6271
tree70995fc46a12d6bb41020c4bdb965646b7d2f3e7
parentfec6e49b63989657bc4076dad99fa51d5ece34da
skbuff: move NAPI cache declarations upper in the file

NAPI cache structures will be used for allocating skbuff_heads,
so move their declarations a bit upper.

Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c