Lines Matching refs:maps

105 	link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic);  in test_cubic()
157 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
163 cb_opts.map_fd = bpf_map__fd(dctcp_skel->maps.sk_stg_map); in test_dctcp()
200 bpf_map__set_autoattach(dctcp_skel->maps.dctcp, true); in test_dctcp_autoattach_map()
201 bpf_map__set_autoattach(dctcp_skel->maps.dctcp_nouse, false); in test_dctcp_autoattach_map()
288 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
348 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
367 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
409 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()
417 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
447 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()
455 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
483 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
487 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()
493 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
511 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
518 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
536 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_link_replace()
540 link = bpf_map__attach_struct_ops(skel->maps.ca_update_2); in test_link_replace()
549 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_1); in test_link_replace()
552 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
557 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_2); in test_link_replace()
559 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
594 link = bpf_map__attach_struct_ops(cc_cubic_skel->maps.cc_cubic); in test_cc_cubic()