函数逻辑报告 |
Source Code:include\linux\if_vlan.h |
Create Date:2022-07-27 07:04:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:h_type_vlan - check for valid vlan ether type.*@ethertype: ether type to check* Returns true if the ether type is a vlan ether type.
函数原型:static inline bool eth_type_vlan(__be16 ethertype)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
__be16 | ethertype |
303 | 当:ethertype恒等于htons(802.1Q VLAN Extended Header ) |
304 | 当:ethertype恒等于htons(802.1ad Service VLAN ) |
305 | 返回:true |
306 | 默认 |
307 | 返回:false |
名称 | 描述 |
---|---|
__vlan_get_tag | 得到VLAN ID有效载荷的一部分 |
__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 | 检查如果skb是VLAN标记 |
skb_vlan_tagged_multi | 检查是否为多头的VLAN标记skb |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |