Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libbpf-rs/src/
Dxdp.rs40 query_opts: libbpf_sys::bpf_xdp_query_opts,
50 query_opts: libbpf_sys::bpf_xdp_query_opts::default(), in new()
53 xdp.query_opts.sz = size_of::<libbpf_sys::bpf_xdp_query_opts>() as libbpf_sys::size_t; in new()
82 pub fn query(&self, ifindex: i32, flags: XdpFlags) -> Result<libbpf_sys::bpf_xdp_query_opts> { in query() argument
/external/libbpf/src/
Dnetlink.c431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query()
446 if (!OPTS_VALID(opts, bpf_xdp_query_opts)) in bpf_xdp_query()
508 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in bpf_xdp_query_id()
Dlibbpf.h1212 struct bpf_xdp_query_opts { struct
1229 LIBBPF_API int bpf_xdp_query(int ifindex, int flags, struct bpf_xdp_query_opts *opts); argument
/external/linux-kselftest/tools/testing/selftests/bpf/
Dxskxceiver.c1281 LIBBPF_OPTS(bpf_xdp_query_opts, opts); in thread_common_ops()
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6943 pub struct bpf_xdp_query_opts { struct
6974 opts: *mut bpf_xdp_query_opts, in bpf_xdp_query() argument