Searched refs:bpf_map__attach_struct_ops (Results 1 – 6 of 6) sorted by relevance
178 link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_cubic()199 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp()273 link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_dctcp_fallback()
205 cubic_link = bpf_map__attach_struct_ops(cubic_skel->maps.cubic); in test_bpf_iter_setsockopt()213 dctcp_link = bpf_map__attach_struct_ops(dctcp_skel->maps.dctcp); in test_bpf_iter_setsockopt()
216 bpf_map__attach_struct_ops;
345 LIBBPF_API struct bpf_link *bpf_map__attach_struct_ops(struct bpf_map *map);
9702 struct bpf_link *bpf_map__attach_struct_ops(struct bpf_map *map) in bpf_map__attach_struct_ops() function
518 link = bpf_map__attach_struct_ops(map); in do_register()