函数逻辑报告 |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-27 06:52:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:pskb_may_pull
函数原型:static inline bool pskb_may_pull(struct sk_buff *skb, unsigned int len)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sk_buff * | skb | |
unsigned int | len |
2284 | 如果此条件成立可能性大(为编译器优化)(len <= skb_headlen(skb))则返回:true |
2286 | 如果此条件成立可能性小(为编译器优化)(len > len)则返回:false |
2288 | 返回:__pskb_pull_tail(skb, len - skb_headlen(skb)) != NULL |
名称 | 描述 |
---|---|
pskb_network_may_pull | |
skb_gro_header_slow | |
__vlan_get_protocol | vlan_get_protocol - get protocol EtherType.*@skb: skbuff to query*@type: first vlan protocol*@depth: buffer to store length of eth and vlan tags in bytes* Returns the EtherType of the packet, regardless of whether it is |
skb_vlan_tagged_multi | 检查是否为多头的VLAN标记skb |
ipv6_mc_may_pull | multicast prototypes (mcast.c) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |