Home
last modified time | relevance | path

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

/external/libbpf/src/
Dbpf.h406 struct bpf_link_create_opts { struct
423 const struct bpf_link_create_opts *opts); argument
Dxsk.c507 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()
Dbpf.c815 const struct bpf_link_create_opts *opts) in bpf_link_create()
821 if (!OPTS_VALID(opts, bpf_link_create_opts)) in bpf_link_create()
Dlibbpf.c9757 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/
Dlibbpf.c1706 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, link_create_opts); in bcc_iter_attach()