函数逻辑报告

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_ok

函数原型:static inline bool skb_gso_ok(struct sk_buff *skb, netdev_features_t features)

返回类型:bool

参数:

类型参数名称
struct sk_buff *skb
netdev_features_tfeatures
4562  返回:net_gso_ok(features, gso_type)且非skb_has_frag_list(skb)或features按位与NETIF_F_FRAGLIST的值
调用者
名称描述
netif_needs_gso