Searched defs:bpf_link (Results 1 – 2 of 2) sorted by relevance
162 struct bpf_link { struct163 int (*detach)(struct bpf_link *link); argument164 void (*dealloc)(struct bpf_link *link); argument165 char *pin_path; /* NULL, if not pinned */166 int fd; /* hook FD, -1 if not applicable */167 bool disconnected;
35356 struct bpf_link { struct35359 enum bpf_link_type type; argument35360 const struct bpf_link_ops *ops; argument35366 void (*release)(struct bpf_link *); argument