Function report |
Source Code:include\linux\filter.h |
Create Date:2022-07-28 06:07:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Compute the linear packet data range [data, data_end) which* will be accessed by various program types (cls_bpf, act_bpf,* lwt, ...). Subsystems allowing direct data access must (!)* ensure that cb[] area can be written to when BPF program is
Proto:static inline void bpf_compute_data_pointers(struct sk_buff *skb)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct sk_buff * | skb |
612 | data_meta = data - skb_metadata_len(skb) |
613 | data_end = data + skb_headlen(skb) |
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 |