Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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;
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35356 struct bpf_link { struct
35359 enum bpf_link_type type; argument
35360 const struct bpf_link_ops *ops; argument
35366 void (*release)(struct bpf_link *); argument