Home
last modified time | relevance | path

Searched refs:fastreuseport (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/ipv4/
Dinet_connection_sock.c124 (tb->fastreuseport > 0 && in inet_csk_get_port()
186 (tb->fastreuseport > 0 && in inet_csk_get_port()
194 (tb->fastreuseport > 0 && in inet_csk_get_port()
216 tb->fastreuseport = 1; in inet_csk_get_port()
219 tb->fastreuseport = 0; in inet_csk_get_port()
224 if (tb->fastreuseport && in inet_csk_get_port()
226 tb->fastreuseport = 0; in inet_csk_get_port()
Dinet_hashtables.c71 tb->fastreuseport = 0; in inet_bind_bucket_create()
527 tb->fastreuseport >= 0) in __inet_hash_connect()
544 tb->fastreuseport = -1; in __inet_hash_connect()
/linux-4.1.27/include/net/
Dinet_hashtables.h82 signed char fastreuseport; member