Lines Matching refs:maps
109 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
161 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
167 cb_opts.map_fd = bpf_map__fd(dctcp_skel->maps.sk_stg_map); in test_dctcp()
204 bpf_map__set_autoattach(dctcp_skel->maps.dctcp, true); in test_dctcp_autoattach_map()
205 bpf_map__set_autoattach(dctcp_skel->maps.dctcp_nouse, false); in test_dctcp_autoattach_map()
292 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
352 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
371 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
413 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()
421 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
451 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()
459 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
487 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
491 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()
497 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
515 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
522 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
540 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_link_replace()
544 link = bpf_map__attach_struct_ops(skel->maps.ca_update_2); in test_link_replace()
553 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_1); in test_link_replace()
556 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
561 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_2); in test_link_replace()
563 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
598 link = bpf_map__attach_struct_ops(cc_cubic_skel->maps.cc_cubic); in test_cc_cubic()