Searched defs:bpf_trampoline (Results 1 – 1 of 1) sorted by relevance
669 struct bpf_trampoline { struct671 struct hlist_node hlist;673 struct mutex mutex;674 refcount_t refcnt;675 u64 key;676 struct {680 } func;685 struct bpf_prog *extension_prog;689 int progs_cnt[BPF_TRAMP_MAX];692 u64 selector;[all …]
Completed in 14 milliseconds