Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dinet_connection_sock.c254 if (tb->fastreuseport <= 0) in sk_reuseport_match()
267 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
334 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_get_port()
343 tb->fastreuseport = 0; in inet_csk_get_port()
361 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_get_port()
371 tb->fastreuseport = 0; in inet_csk_get_port()
Dinet_hashtables.c74 tb->fastreuseport = 0; in inet_bind_bucket_create()
684 tb->fastreuseport >= 0) in __inet_hash_connect()
701 tb->fastreuseport = -1; in __inet_hash_connect()
/Linux-v5.4/include/net/
Dinet_hashtables.h81 signed char fastreuseport; member
/Linux-v5.4/include/net/sctp/
Dstructs.h85 signed char fastreuseport; member
/Linux-v5.4/net/sctp/
Dsocket.c8233 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8284 pp->fastreuseport = 1; in sctp_get_port_local()
8287 pp->fastreuseport = 0; in sctp_get_port_local()
8294 if (pp->fastreuseport && in sctp_get_port_local()
8296 pp->fastreuseport = 0; in sctp_get_port_local()