Searched refs:attach_reuseport (Results 1 – 2 of 2) sorted by relevance
16 static int attach_reuseport(int sock_fd, int prog_fd) in attach_reuseport() function 120 ret = attach_reuseport(*fd_sv, fd_drop); in run_assign_reuse() 121 if (!ASSERT_OK(ret, "attach_reuseport")) in run_assign_reuse() 150 ASSERT_OK(attach_reuseport(*fd_sv, fd_accept), "attach_reuseport(accept)"); in run_assign_reuse()
90 static int attach_reuseport(int sock_fd, struct bpf_program *reuseport_prog) in attach_reuseport() function 176 err = attach_reuseport(fd, reuseport_prog); in make_server() 177 if (CHECK(err, "attach_reuseport", "failed\n")) { in make_server()