Searched defs:bpf_link (Results 1 – 5 of 5) sorted by relevance
177 struct bpf_link { struct178 int (*detach)(struct bpf_link *link); argument179 void (*dealloc)(struct bpf_link *link); argument180 char *pin_path; /* NULL, if not pinned */181 int fd; /* hook FD, -1 if not applicable */182 bool disconnected;
42 DEFINE_BPF_ITER_FUNC(bpf_link, struct bpf_iter_meta *meta, struct bpf_link *link) in DEFINE_BPF_ITER_FUNC() argument
937 struct bpf_link { struct940 enum bpf_link_type type; argument941 const struct bpf_link_ops *ops; argument947 void (*release)(struct bpf_link *link); argument
1521 struct bpf_link { struct1524 enum bpf_link_type type; argument1525 const struct bpf_link_ops *ops; argument1531 void (*release)(struct bpf_link *link); argument
9139 struct bpf_link { struct9140 int (*detach)(struct bpf_link *link); argument9141 int (*destroy)(struct bpf_link *link); argument9148 int bpf_link__update_program(struct bpf_link *link, struct bpf_program *prog) in bpf_link__update_program() argument