Searched refs:tcp_smallest_anon_port (Results 1 – 1 of 1) sorted by relevance
202 static int tcp_smallest_anon_port = 32 * 1024; variable1127 if (port < tcp_smallest_anon_port || port > tcp_largest_anon_port) in tcp_update_next_port()1128 port = (in_port_t)tcp_smallest_anon_port; in tcp_update_next_port()1143 count = tcp_largest_anon_port - tcp_smallest_anon_port; in tcp_bindi()