|
@@ -2661,6 +2661,11 @@ static inline void skb_gro_remcsum_cleanup(struct sk_buff *skb,
|
|
|
remcsum_unadjust((__sum16 *)ptr, grc->delta);
|
|
|
}
|
|
|
|
|
|
+static inline void skb_gro_flush_final(struct sk_buff *skb, struct sk_buff **pp, int flush)
|
|
|
+{
|
|
|
+ NAPI_GRO_CB(skb)->flush |= flush;
|
|
|
+}
|
|
|
+
|
|
|
static inline int dev_hard_header(struct sk_buff *skb, struct net_device *dev,
|
|
|
unsigned short type,
|
|
|
const void *daddr, const void *saddr,
|