Searched refs:bpf_map__attach_struct_ops (Results 1 – 7 of 7) sorted by relevance
180 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()203 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()278 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()344 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()363 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()398 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()427 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()454 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()457 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()480 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()[all …]
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()
22 link = bpf_map__attach_struct_ops(skel->maps.dummy_1); in test_dummy_st_ops_attach()
127 bpf_map__attach_struct_ops;
805 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map);
12160 struct bpf_link *bpf_map__attach_struct_ops(const struct bpf_map *map) in bpf_map__attach_struct_ops() function
536 link = bpf_map__attach_struct_ops(map); in do_register()