Home
last modified time | relevance | path

Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h619 struct bpf_trampoline { struct
621 struct hlist_node hlist;
623 struct mutex mutex;
624 refcount_t refcnt;
625 u64 key;
626 struct {
630 } func;
635 struct bpf_prog *extension_prog;
637 struct hlist_head progs_hlist[BPF_TRAMP_MAX];
639 int progs_cnt[BPF_TRAMP_MAX];
[all …]