Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/bpf/
Dlibbpf_internal.h162 struct bpf_link { struct
163 int (*detach)(struct bpf_link *link); argument
164 void (*dealloc)(struct bpf_link *link); argument
165 char *pin_path; /* NULL, if not pinned */
166 int fd; /* hook FD, -1 if not applicable */
167 bool disconnected;
/linux-6.1.9/kernel/bpf/
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-6.1.9/include/linux/
Dbpf.h1257 struct bpf_link { struct
1260 enum bpf_link_type type; argument
1261 const struct bpf_link_ops *ops; argument
1267 void (*release)(struct bpf_link *link); argument