diff options
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 73f57a0e1523..4a4181e16c1a 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -733,6 +733,10 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old) | |||
733 | new->vlan_tci = old->vlan_tci; | 733 | new->vlan_tci = old->vlan_tci; |
734 | 734 | ||
735 | skb_copy_secmark(new, old); | 735 | skb_copy_secmark(new, old); |
736 | |||
737 | #ifdef CONFIG_NET_LL_RX_POLL | ||
738 | new->napi_id = old->napi_id; | ||
739 | #endif | ||
736 | } | 740 | } |
737 | 741 | ||
738 | /* | 742 | /* |