Lines Matching refs:opt
157 int i, opt; in build_recv_group() local
164 opt = 1; in build_recv_group()
165 if (setsockopt(fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_recv_group()
166 sizeof(opt))) in build_recv_group()
176 opt = 4; in build_recv_group()
177 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt, in build_recv_group()
178 sizeof(opt))) in build_recv_group()
311 int fd1, fd2, opt; in test_extra_filter() local
321 opt = 1; in test_extra_filter()
322 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter()
324 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter()
392 int fd1, fd2, opt = 1; in test_filter_without_bind() local
401 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()
403 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()