Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c255 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()
Dinet_hashtables.c76 tb->fastreuseport = 0; in inet_bind_bucket_create()
724 tb->fastreuseport >= 0) in __inet_hash_connect()
741 tb->fastreuseport = -1; in __inet_hash_connect()
/Linux-v4.19/include/net/
Dinet_hashtables.h84 signed char fastreuseport; member