Home
last modified time | relevance | path

Searched refs:fastreuse (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_hashtables.c85 tb->fastreuse = 0; in inet_bind_bucket_create()
800 if (tb->fastreuse >= 0 || in __inet_hash_connect()
817 tb->fastreuse = -1; in __inet_hash_connect()
H A Dinet_connection_sock.c311 tb->fastreuse = reuse; in inet_csk_update_fastreuse()
326 tb->fastreuse = 0; in inet_csk_update_fastreuse()
396 if ((tb->fastreuse > 0 && reuse) || in inet_csk_get_port()
/kernel/linux/linux-5.10/include/net/
H A Dinet_hashtables.h80 signed char fastreuse; member
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c459 tb->fastreuse = reuse; in inet_csk_update_fastreuse()
474 tb->fastreuse = 0; in inet_csk_update_fastreuse()
552 (tb->fastreuse > 0 && reuse) || in inet_csk_get_port()
H A Dinet_hashtables.c77 tb->fastreuse = 0; in inet_bind_bucket_create()
1060 if (tb->fastreuse >= 0 || in __inet_hash_connect()
1078 tb->fastreuse = -1; in __inet_hash_connect()
/kernel/linux/linux-6.6/include/net/
H A Dinet_hashtables.h81 signed char fastreuse; member
/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c8080 * a fastreuse flag (FIXME: NPI ipg).
8165 if ((pp->fastreuse && reuse && in sctp_get_port_local()
8207 /* In either case (hit or miss), make sure fastreuse is 1 only in sctp_get_port_local()
8213 pp->fastreuse = 1; in sctp_get_port_local()
8215 pp->fastreuse = 0; in sctp_get_port_local()
8224 if (pp->fastreuse && in sctp_get_port_local()
8226 pp->fastreuse = 0; in sctp_get_port_local()
8358 sctp_sk(sk)->bind_hash->fastreuse = 1; in sctp_inet_listen()
8458 pp->fastreuse = 0; in sctp_bucket_create()
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c8329 * a fastreuse flag (FIXME: NPI ipg).
8414 if ((pp->fastreuse && reuse && in sctp_get_port_local()
8459 /* In either case (hit or miss), make sure fastreuse is 1 only in sctp_get_port_local()
8465 pp->fastreuse = 1; in sctp_get_port_local()
8467 pp->fastreuse = 0; in sctp_get_port_local()
8476 if (pp->fastreuse && in sctp_get_port_local()
8478 pp->fastreuse = 0; in sctp_get_port_local()
8610 sctp_sk(sk)->bind_hash->fastreuse = 1; in sctp_inet_listen()
8710 pp->fastreuse = 0; in sctp_bucket_create()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h84 signed char fastreuse; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h84 signed char fastreuse; member

Completed in 39 milliseconds