Function report |
Source Code:include\linux\filter.h |
Create Date:2022-07-28 06:07:47 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_prog_run_clear_cb
Proto:static inline u32 bpf_prog_run_clear_cb(const struct bpf_prog *prog, struct sk_buff *skb)
Type:u32
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const struct bpf_prog * | prog | |
| struct sk_buff * | skb |
| 690 | cb_data = bpf_skb_cb(skb) |
| 693 | If Value for the false possibility is greater at compile time( Is control block accessed? ) Then memset(cb_data, 0, BPF_SKB_CB_LEN) |
| 697 | res = BPF_PROG_RUN(prog, skb) |
| 698 | preempt_enable() |
| 699 | Return res |
| 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 |