OSDN Git Service

net: Fix typo of SKB_SGO_CB_OFFSET
authorCambda Zhu <cambda@linux.alibaba.com>
Thu, 26 Mar 2020 07:33:14 +0000 (15:33 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Mar 2020 04:53:18 +0000 (21:53 -0700)
commita08e7fd9123d85dfdf8d1dc61dbe321c8359d25f
treee23389f0de1b8517ea3ea83300a8c98a3fd612d8
parent3b85720d3fd72e6ef4de252cd2f67548eb645eb4
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>
include/linux/skbuff.h
net/core/dev.c
net/ipv4/ip_output.c
net/ipv4/udp.c
net/openvswitch/datapath.c
net/xfrm/xfrm_output.c