Lines Matching refs:opt
155 int i, opt; in build_recv_group() local
162 opt = 1; in build_recv_group()
163 if (setsockopt(fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_recv_group()
164 sizeof(opt))) in build_recv_group()
174 opt = 4; in build_recv_group()
175 if (setsockopt(fd[i], SOL_TCP, TCP_FASTOPEN, &opt, in build_recv_group()
176 sizeof(opt))) in build_recv_group()
309 int fd1, fd2, opt; in test_extra_filter() local
319 opt = 1; in test_extra_filter()
320 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter()
322 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter()
390 int fd1, fd2, opt = 1; in test_filter_without_bind() local
399 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()
401 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()