aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/skbuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r--net/core/skbuff.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index 946de0e24c87..b4ee5c8b928f 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -4944,6 +4944,8 @@ static unsigned int skb_gso_mac_seglen(const struct sk_buff *skb)
4944 * 4944 *
4945 * This is a helper to do that correctly considering GSO_BY_FRAGS. 4945 * This is a helper to do that correctly considering GSO_BY_FRAGS.
4946 * 4946 *
4947 * @skb: GSO skb
4948 *
4947 * @seg_len: The segmented length (from skb_gso_*_seglen). In the 4949 * @seg_len: The segmented length (from skb_gso_*_seglen). In the
4948 * GSO_BY_FRAGS case this will be [header sizes + GSO_BY_FRAGS]. 4950 * GSO_BY_FRAGS case this will be [header sizes + GSO_BY_FRAGS].
4949 * 4951 *