sk_buff: track dst status in slow_gro
authorPaolo Abeni <pabeni@redhat.com>
Wed, 28 Jul 2021 16:24:00 +0000 (18:24 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 11:18:11 +0000 (12:18 +0100)
commit8a886b142bd03d36612747e9aefdf0282c8b02dd
treeecf17a0c88d7ab93ef2bda79603fc8928c6654d7
parent5fc88f93edf2f797f1aa63334cc6c86f9c15d585
sk_buff: track dst status in slow_gro

Similar to the previous patch, but covering the dst field:
the slow_gro flag is additionally set when a dst is attached
to the skb

RFC -> v1:
 - use the existing flag instead of adding a new one

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
include/net/dst.h