Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6461be3a authored by Changli Gao's avatar Changli Gao Committed by David S. Miller
Browse files

net: Preserve ooo_okay when copying skb header

parent 2e025c71
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -529,6 +529,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old)
	new->mac_header		= old->mac_header;
	skb_dst_copy(new, old);
	new->rxhash		= old->rxhash;
	new->ooo_okay		= old->ooo_okay;
	new->l4_rxhash		= old->l4_rxhash;
#ifdef CONFIG_XFRM
	new->sp			= secpath_get(old->sp);