Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_connection_sock.c271 if (tb->fastreuseport <= 0) in sk_reuseport_match()
284 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
308 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
317 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
335 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
345 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
H A Dinet_hashtables.c77 tb->fastreuseport = 0; in inet_bind_bucket_create()
803 tb->fastreuseport >= 0) in __inet_hash_connect()
820 tb->fastreuseport = -1; in __inet_hash_connect()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h81 signed char fastreuseport; member
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h85 signed char fastreuseport; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c8147 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8198 pp->fastreuseport = 1; in sctp_get_port_local()
8201 pp->fastreuseport = 0; in sctp_get_port_local()
8208 if (pp->fastreuseport && in sctp_get_port_local()
8210 pp->fastreuseport = 0; in sctp_get_port_local()