Lines Matching full:maps
178 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()
201 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()
207 do_test("bpf_dctcp", dctcp_skel->maps.sk_stg_map); in test_dctcp()
274 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
340 link = bpf_map__attach_struct_ops(skel->maps.write_sk_pacing); in test_write_sk_pacing()
359 link = bpf_map__attach_struct_ops(skel->maps.incompl_cong_ops); in test_incompl_cong_ops()
394 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_ca()
401 err = bpf_link__update_map(link, skel->maps.ca_update_2); in test_update_ca()
423 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_update_wrong()
430 err = bpf_link__update_map(link, skel->maps.ca_wrong); in test_update_wrong()
450 link_nl = bpf_map__attach_struct_ops(skel->maps.ca_no_link); in test_mixed_links()
453 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_mixed_links()
459 err = bpf_link__update_map(link, skel->maps.ca_no_link); in test_mixed_links()
476 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
483 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_multi_links()
501 link = bpf_map__attach_struct_ops(skel->maps.ca_update_1); in test_link_replace()
505 link = bpf_map__attach_struct_ops(skel->maps.ca_update_2); in test_link_replace()
513 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_1); in test_link_replace()
516 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()
521 opts.old_map_fd = bpf_map__fd(skel->maps.ca_update_2); in test_link_replace()
523 bpf_map__fd(skel->maps.ca_update_1), in test_link_replace()