Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c86 tb->fastreuseport = 0; in inet_bind_bucket_create()
106 if (tb->fastreuse == -1 && tb->fastreuseport == -1) in inet_bind_bucket_destroy()
109 if (tb2->fastreuse != -1 || tb2->fastreuseport != -1) in inet_bind_bucket_destroy()
113 tb->fastreuseport = -1; in inet_bind_bucket_destroy()
145 tb2->fastreuseport = 0; in inet_bind2_bucket_init()
177 if (tb->fastreuse == -1 && tb->fastreuseport == -1) in inet_bind2_bucket_destroy()
184 tb->fastreuseport = -1; in inet_bind2_bucket_destroy()
994 tb2->fastreuseport = -1; in __inet_bhash2_update_saddr()
1099 if (tb->fastreuse >= 0 || tb->fastreuseport >= 0) { in __inet_hash_connect()
1119 tb->fastreuseport >= 0) in __inet_hash_connect()
[all …]
H A Dinet_connection_sock.c415 if (tb->fastreuseport <= 0) in sk_reuseport_match()
428 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
452 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
461 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
479 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
489 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
494 tb2->fastreuseport = tb->fastreuseport; in inet_csk_update_fastreuse()
/linux/include/net/
H A Dinet_hashtables.h82 signed char fastreuseport; member
112 signed char fastreuseport; member
/linux/net/sctp/
H A Dsocket.c8464 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8518 pp->fastreuseport = 1; in sctp_get_port_local()
8521 pp->fastreuseport = 0; in sctp_get_port_local()
8528 if (pp->fastreuseport && in sctp_get_port_local()
8530 pp->fastreuseport = 0; in sctp_get_port_local()