Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf_internal.h178 struct bpf_link { struct
179 int (*detach)(struct bpf_link *link); argument
180 void (*dealloc)(struct bpf_link *link); argument
181 char *pin_path; /* NULL, if not pinned */
182 int fd; /* hook FD, -1 if not applicable */
183 bool disconnected;
/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