Searched defs:bpf_link (Results 1 – 3 of 3) sorted by relevance
178 struct bpf_link { struct179 int (*detach)(struct bpf_link *link); argument180 void (*dealloc)(struct bpf_link *link); argument181 char *pin_path; /* NULL, if not pinned */182 int fd; /* hook FD, -1 if not applicable */183 bool disconnected;
42 DEFINE_BPF_ITER_FUNC(bpf_link, struct bpf_iter_meta *meta, struct bpf_link *link) in DEFINE_BPF_ITER_FUNC() argument
1603 struct bpf_link { struct1606 enum bpf_link_type type; argument1607 const struct bpf_link_ops *ops; argument1619 void (*release)(struct bpf_link *link); argument