Searched refs:bpf_map__attach_struct_ops (Results 1 – 13 of 13) sorted by relevance
179 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()
205 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()
21 link = bpf_map__attach_struct_ops(skel->maps.dummy_1); in test_dummy_st_ops_attach()
127 bpf_map__attach_struct_ops;
850 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
12792 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
542 link = bpf_map__attach_struct_ops(map); in do_register()
795 let ptr = unsafe { libbpf_sys::bpf_map__attach_struct_ops(self.ptr.as_ptr()) }; in attach_struct_ops()
916 911: FUNC GLOBAL DEFAULT 15 bpf_map__attach_struct_ops
4990 pub fn bpf_map__attach_struct_ops(map: *const bpf_map) -> *mut bpf_link; in bpf_map__attach_struct_ops() function
6662 pub fn bpf_map__attach_struct_ops(map: *const bpf_map) -> *mut bpf_link; in bpf_map__attach_struct_ops() function