Function report |
Source Code:include\linux\skbuff.h |
Create Date:2022-07-28 05:52:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:skb_header_pointer
Proto:static inline void *__must_check skb_header_pointer(const struct sk_buff *skb, int offset, int len, void *buffer)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct sk_buff * | skb | |
int | offset | |
int | len | |
void * | buffer |
3579 | Return __skb_header_pointer(skb, offset, len, data, skb_headlen(skb), buffer) |
Name | Describe |
---|---|
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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |