Home
last modified time | relevance | path

Searched refs:bpf_map__attach_struct_ops (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c179 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
200 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
275 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
341 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
360 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
H A Dbpf_iter_setsockopt.c205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in serial_test_bpf_iter_setsockopt()
213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in serial_test_bpf_iter_setsockopt()
H A Ddummy_st_ops.c21 link = bpf_map__attach_struct_ops(skel->maps.dummy_1); in test_dummy_st_ops_attach()
/aosp_15_r20/external/libbpf/src/
H A Dlibbpf.map127 bpf_map__attach_struct_ops;
H A Dlibbpf.h850 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
H A Dlibbpf.c12792 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
/aosp_15_r20/external/bpftool/src/
H A Dstruct_ops.c542 link = bpf_map__attach_struct_ops(map); in do_register()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf.h850 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs795 let ptr = unsafe { libbpf_sys::bpf_map__attach_struct_ops(self.ptr.as_ptr()) }; in attach_struct_ops()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/
Dlibbpf.so.toc916 911: FUNC GLOBAL DEFAULT 15 bpf_map__attach_struct_ops
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/
Dbindgen.rs4990 pub fn bpf_map__attach_struct_ops(map: *const bpf_map) -> *mut bpf_link; in bpf_map__attach_struct_ops() function
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindgen.rs4990 pub fn bpf_map__attach_struct_ops(map: *const bpf_map) -> *mut bpf_link; in bpf_map__attach_struct_ops() function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6662 pub fn bpf_map__attach_struct_ops(map: *const bpf_map) -> *mut bpf_link; in bpf_map__attach_struct_ops() function