Lines Matching refs:error
56 error(1, 0, "Unsupported family %d", family); in build_rcv_group()
62 error(1, errno, "failed to create receive socket"); in build_rcv_group()
67 error(1, errno, "failed to set SO_REUSEPORT"); in build_rcv_group()
70 error(1, errno, "failed to bind receive socket"); in build_rcv_group()
73 error(1, errno, "failed to listen on receive port"); in build_rcv_group()
91 error(1, errno, "failed to set SO_ATTACH_REUSEPORT_CBPF"); in attach_bpf()
126 error(1, 0, "Unsupported family %d", family); in send_from_cpu()
132 error(1, errno, "failed to pin to cpu"); in send_from_cpu()
136 error(1, errno, "failed to create send socket"); in send_from_cpu()
139 error(1, errno, "failed to bind send socket"); in send_from_cpu()
142 error(1, errno, "failed to connect send socket"); in send_from_cpu()
145 error(1, errno, "failed to send message"); in send_from_cpu()
159 error(1, errno, "epoll_wait failed"); in receive_on_cpu()
164 error(1, errno, "failed to accept"); in receive_on_cpu()
172 error(1, errno, "failed to recv"); in receive_on_cpu()
178 error(1, 0, "failed to find socket"); in receive_on_cpu()
181 error(1, 0, "cpu id/receive socket mismatch"); in receive_on_cpu()
194 error(1, errno, "failed to create epoll"); in test()
199 error(1, errno, "failed to register sock epoll"); in test()
237 error(1, errno, "failed counting cpus"); in main()
241 error(1, 0, "failed to allocate array"); in main()