Home
last modified time | relevance | path

Searched refs:bpf_map__set_autoattach (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c204 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()
/linux/tools/lib/bpf/
H A Dlibbpf.map425 bpf_map__set_autoattach;
H A Dlibbpf.h988 LIBBPF_API int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach);
H A Dlibbpf.c4824 int bpf_map__set_autoattach(struct bpf_map *map, bool autoattach) in bpf_map__set_autoattach() function
/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c140 bpf_map__set_autoattach(iter_map, false); in uhid_write()