Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dlibbpf_internal.h208 struct bpf_link { struct
209 int (*detach)(struct bpf_link *link); argument
210 void (*dealloc)(struct bpf_link *link); argument
211 char *pin_path; /* NULL, if not pinned */
212 int fd; /* hook FD, -1 if not applicable */
213 bool disconnected;