Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_internal.h191 struct bpf_link { struct
192 int (*detach)(struct bpf_link *link); argument
193 void (*dealloc)(struct bpf_link *link); argument
194 pin_pathbpf_link global() argument
195 fdbpf_link global() argument
196 disconnectedbpf_link global() argument
/linux/kernel/bpf/
H A Dlink_iter.c42 DEFINE_BPF_ITER_FUNC(bpf_link, struct bpf_iter_meta *meta, struct bpf_link *link) in DEFINE_BPF_ITER_FUNC() argument
/linux/include/linux/
H A Dbpf.h1824 struct bpf_link { struct
1827 enum bpf_link_type type; argument
1828 const struct bpf_link_ops *ops; argument
1849 void (*release)(struct bpf_link *link); argument