Home
last modified time | relevance | path

Searched refs:bpf_link (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dbpf_mprog.h136 struct bpf_link *link;
155 struct bpf_link *link;
322 struct bpf_prog *prog_new, struct bpf_link *link,
328 struct bpf_prog *prog, struct bpf_link *link,
Dbpf.h1626 struct bpf_link { struct
1642 void (*release)(struct bpf_link *link); argument
1646 void (*dealloc)(struct bpf_link *link);
1651 void (*dealloc_deferred)(struct bpf_link *link);
1652 int (*detach)(struct bpf_link *link);
1653 int (*update_prog)(struct bpf_link *link, struct bpf_prog *new_prog,
1655 void (*show_fdinfo)(const struct bpf_link *link, struct seq_file *seq);
1656 int (*fill_link_info)(const struct bpf_link *link,
1658 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map,
1665 struct bpf_link link;
[all …]
Dskmsg.h61 struct bpf_link *msg_parser_link;
62 struct bpf_link *stream_parser_link;
63 struct bpf_link *stream_verdict_link;
64 struct bpf_link *skb_verdict_link;
Dbpf-cgroup.h104 struct bpf_link link;
/include/net/
Dtcx.h21 struct bpf_link link;
41 static inline struct tcx_link *tcx_link(const struct bpf_link *link) in tcx_link()