Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c85 tb->fastreuse = 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()
112 tb->fastreuse = -1; in inet_bind_bucket_destroy()
144 tb2->fastreuse = 0; in inet_bind2_bucket_init()
177 if (tb->fastreuse == -1 && tb->fastreuseport == -1) in inet_bind2_bucket_destroy()
183 tb->fastreuse = -1; in inet_bind2_bucket_destroy()
993 tb2->fastreuse = -1; in __inet_bhash2_update_saddr()
1099 if (tb->fastreuse >= 0 || tb->fastreuseport >= 0) { in __inet_hash_connect()
1118 if (tb->fastreuse >= 0 || in __inet_hash_connect()
[all …]
/linux/include/net/
H A Dinet_hashtables.h81 signed char fastreuse; member
111 signed char fastreuse; member
/linux/net/sctp/
H A Dsocket.c8462 if ((pp->fastreuse && reuse && in sctp_get_port_local()
8513 pp->fastreuse = 1; in sctp_get_port_local()
8515 pp->fastreuse = 0; in sctp_get_port_local()
8524 if (pp->fastreuse && in sctp_get_port_local()
8526 pp->fastreuse = 0; in sctp_get_port_local()
8654 sctp_sk(sk)->bind_hash->fastreuse = 1; in sctp_inet_listen()
8754 pp->fastreuse = 0; in sctp_bucket_create()