Searched refs:bpf_link_create_opts (Results 1 – 5 of 5) sorted by relevance
/external/libbpf/src/ |
D | bpf.h | 406 struct bpf_link_create_opts { struct 423 const struct bpf_link_create_opts *opts); argument
|
D | xsk.c | 507 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts); in xsk_create_bpf_link() 721 LIBBPF_OPTS(bpf_link_create_opts, opts, .flags = XDP_FLAGS_SKB_MODE); in xsk_probe_bpf_link()
|
D | bpf.c | 815 const struct bpf_link_create_opts *opts) in bpf_link_create() 821 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
|
D | libbpf.c | 9757 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_opts, in bpf_program__attach_perf_event_opts() 10519 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, opts, in bpf_program__attach_fd() 10605 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bpf_program__attach_iter()
|
/external/bcc/src/cc/ |
D | libbpf.c | 1706 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bcc_iter_attach()
|