Lines Matching refs:error
73 error(1, errno, "map create failed!\n"); in maps_create()
168 error(1, errno, "failed to load prog\n%s\n", log_buf); in prog_load()
177 error(1, errno, "bpf_obj_pin"); in prog_attach_iptables()
207 error(1, errno, "fail to get entry value of Key: %u\n", in print_table()
232 error(1, errno, "rcv socket creat failed!\n"); in udp_client()
236 error(1, errno, "inet_aton\n"); in udp_client()
238 error(1, errno, "bind\n"); in udp_client()
241 error(1, errno, "send socket creat failed!\n"); in udp_client()
247 error(1, errno, "socket stat found while flow not active\n"); in udp_client()
252 error(1, errno, "send\n"); in udp_client()
254 error(1, 0, "%uB != %luB\n", res, sizeof(message)); in udp_client()
258 error(1, errno, "receive\n"); in udp_client()
262 error(1, EFAULT, "sender addr error: %d\n", res); in udp_client()
266 error(1, errno, "lookup sk stat failed, cookie: %lu\n", in udp_client()
318 error(1, errno, "register SIGINT handler failed"); in main()
320 error(1, errno, "register SIGTERM handler failed"); in main()