1
0

110-backport_napi_build_skb.patch 294 B

1234567891011
  1. --- a/backport-include/linux/skbuff.h
  2. +++ b/backport-include/linux/skbuff.h
  3. @@ -144,4 +144,8 @@ static inline u64 skb_get_kcov_handle(st
  4. #define napi_build_skb build_skb
  5. #endif
  6. +#if LINUX_VERSION_IS_LESS(5,11,0)
  7. +#define napi_build_skb build_skb
  8. +#endif
  9. +
  10. #endif /* __BACKPORT_SKBUFF_H */