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