Searched refs:tcp_conn_req_max_q (Results 1 – 1 of 1) sorted by relevance
182 static int tcp_conn_req_max_q = 128; variable1039 if ((tcp->tcp_conn_req_max = backlog) > tcp_conn_req_max_q) { in tcp_listen()1040 tcp->tcp_conn_req_max = tcp_conn_req_max_q; in tcp_listen()