]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc9f4581797f0b58c28e8f3b6db715dbfeec8fff8
treee23389f0de1b8517ea3ea83300a8c98a3fd612d8
parent7ff23144b3dcfacab79d05da8de34ae172e5491a
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: c19f4cbab65b ("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