Searched refs:bpf_link_create_opts (Results 1 – 3 of 3) sorted by relevance
/third_party/libbpf/src/ |
D | bpf.h | 378 struct bpf_link_create_opts { struct 430 const struct bpf_link_create_opts *opts);
|
D | bpf.c | 719 const struct bpf_link_create_opts *opts) in bpf_link_create() 726 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
D | libbpf.c | 5247 LIBBPF_OPTS(bpf_link_create_opts, link_opts); 10596 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, 11290 LIBBPF_OPTS(bpf_link_create_opts, lopts); 11726 LIBBPF_OPTS(bpf_link_create_opts, lopts); 12328 LIBBPF_OPTS(bpf_link_create_opts, link_opts); 12392 const struct bpf_link_create_opts *opts) 12446 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); 12481 LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); 12530 LIBBPF_OPTS(bpf_link_create_opts, target_opts); 12552 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); [all …]
|