Searched refs:fastreuseport (Results 1 – 3 of 3) sorted by relevance
255 if (tb->fastreuseport <= 0) in sk_reuseport_match()268 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()331 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_get_port()340 tb->fastreuseport = 0; in inet_csk_get_port()358 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_get_port()368 tb->fastreuseport = 0; in inet_csk_get_port()
76 tb->fastreuseport = 0; in inet_bind_bucket_create()724 tb->fastreuseport >= 0) in __inet_hash_connect()741 tb->fastreuseport = -1; in __inet_hash_connect()
84 signed char fastreuseport; member