diff --git a/net/core/skbuff.c b/net/core/skbuff.c index dec4cbc939ba8..5507b50c9f236 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -67,7 +67,12 @@ #include #include #include +#ifndef CONFIG_DEEPIN_KABI_RESERVE #include +#else /* !CONFIG_DEEPIN_KABI_RESERVE */ +/* This should be increased if a protocol with a bigger head is added. */ +#define GRO_MAX_HEAD (MAX_HEADER + 128) +#endif /* CONFIG_DEEPIN_KABI_RESERVE */ #include #include #include