commit | a08e7fd9123d85dfdf8d1dc61dbe321c8359d25f | [log] [tgz] |
---|---|---|
author | Cambda Zhu <cambda@linux.alibaba.com> | Thu Mar 26 15:33:14 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 29 21:53:18 2020 -0700 |
tree | e23389f0de1b8517ea3ea83300a8c98a3fd612d8 | |
parent | 3b85720d3fd72e6ef4de252cd2f67548eb645eb4 [diff] |
net: Fix typo of SKB_SGO_CB_OFFSET The SKB_SGO_CB_OFFSET should be SKB_GSO_CB_OFFSET which means the offset of the GSO in skb cb. This patch fixes the typo. Fixes: 9207f9d45b0a ("net: preserve IP control block during GSO segmentation") Signed-off-by: Cambda Zhu <cambda@linux.alibaba.com> Signed-off-by: David S. Miller <davem@davemloft.net>