Lines Matching refs:strerror
39 fprintf(stderr, "Error: bpf_tc_hook_destroy: %s\n", strerror(-err)); in cleanup()
48 fprintf(stderr, "Error: bpf_prog_get_fd_by_id: %s\n", strerror(-prog_fd)); in cleanup()
51 fprintf(stderr, "Error: bpf_set_link_xdp_fd: %s\n", strerror(-err)); in cleanup()
60 fprintf(stderr, "Error: bpf_set_link_xdp_fd_opts: %s\n", strerror(-err)); in cleanup()
202 fprintf(stderr, "Error: bpf_object__open_file: %s\n", strerror(-err)); in syncookie_attach()
208 fprintf(stderr, "Error: bpf_object__open_file: %s\n", strerror(-err)); in syncookie_attach()
223 strerror(-err)); in syncookie_attach()
242 strerror(-err)); in syncookie_attach()
248 strerror(-err)); in syncookie_attach()
257 strerror(-err)); in syncookie_attach()
286 fprintf(stderr, "Error: bpf_prog_get_fd_by_id: %s\n", strerror(-prog_fd)); in syncookie_open_bpf_maps()
299 strerror(-err)); in syncookie_open_bpf_maps()
316 fprintf(stderr, "Error: bpf_map_get_fd_by_id: %s\n", strerror(-err)); in syncookie_open_bpf_maps()
325 strerror(-err)); in syncookie_open_bpf_maps()
380 strerror(-err)); in main()
410 fprintf(stderr, "Error: bpf_map_update_elem: %s\n", strerror(-err)); in main()
420 fprintf(stderr, "Error: bpf_map_update_elem: %s\n", strerror(-err)); in main()
434 fprintf(stderr, "Error: bpf_map_update_elem: %s\n", strerror(-err)); in main()
450 fprintf(stderr, "Error: bpf_map_lookup_elem: %s\n", strerror(-err)); in main()