函数逻辑报告 |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-27 06:52:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:skb_header_pointer
函数原型:static inline void *__must_check skb_header_pointer(const struct sk_buff *skb, int offset, int len, void *buffer)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct sk_buff * | skb | |
int | offset | |
int | len | |
void * | buffer |
3579 | 返回:__skb_header_pointer(skb, offset, len, data, skb_headlen(skb), buffer) |
名称 | 描述 |
---|---|
selinux_parse_skb_ipv4 | Returns error only if unable to parse addresses |
selinux_parse_skb_ipv6 | Returns error only if unable to parse addresses |
smk_skb_to_addr_ipv6 | |
ipv6_skb_to_auditdata | pv6_skb_to_auditdata : fill auditdata from skb*@skb : the skb*@ad : the audit data to fill*@proto : the layer 4 protocol* return 0 on success |
bpf_load_pointer |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |