|
@@ -677,7 +677,7 @@
|
|
|
#if IS_ENABLED(CONFIG_NF_CONNTRACK)
|
|
|
#include <linux/netfilter/nf_conntrack_common.h>
|
|
|
#endif
|
|
|
-@@ -786,7 +787,8 @@ struct sk_buff {
|
|
|
+@@ -787,7 +788,8 @@ struct sk_buff {
|
|
|
fclone:2,
|
|
|
peeked:1,
|
|
|
head_frag:1,
|
|
@@ -687,7 +687,7 @@
|
|
|
#ifdef CONFIG_SKB_EXTENSIONS
|
|
|
__u8 active_extensions;
|
|
|
#endif
|
|
|
-@@ -3029,9 +3031,15 @@ static inline void skb_frag_ref(struct s
|
|
|
+@@ -3030,9 +3032,15 @@ static inline void skb_frag_ref(struct s
|
|
|
*
|
|
|
* Releases a reference on the paged fragment @frag.
|
|
|
*/
|
|
@@ -705,7 +705,7 @@
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
-@@ -3043,7 +3051,7 @@ static inline void __skb_frag_unref(skb_
|
|
|
+@@ -3044,7 +3052,7 @@ static inline void __skb_frag_unref(skb_
|
|
|
*/
|
|
|
static inline void skb_frag_unref(struct sk_buff *skb, int f)
|
|
|
{
|
|
@@ -714,7 +714,7 @@
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
-@@ -4642,5 +4650,12 @@ static inline u64 skb_get_kcov_handle(st
|
|
|
+@@ -4643,5 +4651,12 @@ static inline u64 skb_get_kcov_handle(st
|
|
|
#endif
|
|
|
}
|
|
|
|