Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dinet_connection_sock.c279 if (tb->fastreuseport <= 0) in sk_reuseport_match()
292 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
316 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
325 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
343 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
353 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
A Dinet_hashtables.c77 tb->fastreuseport = 0; in inet_bind_bucket_create()
792 tb->fastreuseport >= 0) in __inet_hash_connect()
809 tb->fastreuseport = -1; in __inet_hash_connect()
/linux/include/net/
A Dinet_hashtables.h81 signed char fastreuseport; member
/linux/include/net/sctp/
A Dstructs.h85 signed char fastreuseport; member
/linux/net/sctp/
A Dsocket.c8390 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8441 pp->fastreuseport = 1; in sctp_get_port_local()
8444 pp->fastreuseport = 0; in sctp_get_port_local()
8451 if (pp->fastreuseport && in sctp_get_port_local()
8453 pp->fastreuseport = 0; in sctp_get_port_local()

Completed in 29 milliseconds