Searched refs:RET_ERR (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 80 RET_ERR(outer_map < 0, "creating outer_map", in create_maps() 98 RET_ERR(!map, "find outer_map", "!map\n"); in prepare_bpf_obj() 112 RET_ERR(!map, "find result_map", "!map\n"); in prepare_bpf_obj() 114 RET_ERR(result_map < 0, "get result_map fd", in prepare_bpf_obj() 124 RET_ERR(!map, "find linum_map", "!map\n"); in prepare_bpf_obj() 126 RET_ERR(linum_map < 0, "get linum_map fd", in prepare_bpf_obj() 164 RET_ERR(fd == -1, "open(sysctl)", in read_int_sysctl() 168 RET_ERR(ret <= 0, "read(sysctl)", in read_int_sysctl() 181 RET_ERR(fd == -1, "open(sysctl)", in write_int_sysctl() 186 RET_ERR(ret != size, "write(sysctl)", in write_int_sysctl() [all …]
|