Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dinet_connection_sock.c133 (tb->fastreuseport > 0 && in inet_csk_get_port()
195 (tb->fastreuseport > 0 && in inet_csk_get_port()
203 (tb->fastreuseport > 0 && in inet_csk_get_port()
225 tb->fastreuseport = 1; in inet_csk_get_port()
228 tb->fastreuseport = 0; in inet_csk_get_port()
233 if (tb->fastreuseport && in inet_csk_get_port()
235 tb->fastreuseport = 0; in inet_csk_get_port()
Dinet_hashtables.c72 tb->fastreuseport = 0; in inet_bind_bucket_create()
547 tb->fastreuseport >= 0) in __inet_hash_connect()
564 tb->fastreuseport = -1; in __inet_hash_connect()
/linux-4.4.14/include/net/
Dinet_hashtables.h81 signed char fastreuseport; member