函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-27 07:03:23
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:skb_gso_error_unwind

函数原型:static inline void skb_gso_error_unwind(struct sk_buff *skb, __be16 protocol, int pulled_hlen, u16 mac_offset, int mac_len)

返回类型:void

参数:

类型参数名称
struct sk_buff *skb
__be16protocol
intpulled_hlen
u16mac_offset
intmac_len
4584  protocol等于protocol
4585  Indicates the inner headers are valid in the skbuff. 等于1
4586  在缓存区顶部设置数据
4587  skb_reset_transport_header(skb)
4588  mac_header等于mac_offset
4589  network_header等于mac_headermac_len
4590  mac_len等于mac_len