Searched defs:bpf_link (Results 1 – 1 of 1) sorted by relevance
208 struct bpf_link { struct209 int (*detach)(struct bpf_link *link); argument210 void (*dealloc)(struct bpf_link *link); argument211 char *pin_path; /* NULL, if not pinned */212 int fd; /* hook FD, -1 if not applicable */213 bool disconnected;