Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf_internal.h177 struct bpf_link { struct
178 int (*detach)(struct bpf_link *link); argument
179 void (*dealloc)(struct bpf_link *link); argument
180 char *pin_path; /* NULL, if not pinned */
181 int fd; /* hook FD, -1 if not applicable */
182 bool disconnected;
/openbmc/linux/kernel/bpf/
H A Dlink_iter.c42 DEFINE_BPF_ITER_FUNC(bpf_link, struct bpf_iter_meta *meta, struct bpf_link *link) in DEFINE_BPF_ITER_FUNC() argument
/openbmc/linux/include/linux/
H A Dbpf.h1523 struct bpf_link { struct
1526 enum bpf_link_type type; argument
1527 const struct bpf_link_ops *ops; argument
1539 void (*release)(struct bpf_link *link); argument