Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
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()
H A Dinet_connection_sock.c462 tb->fastreuse = reuse; in inet_csk_update_fastreuse()
477 tb->fastreuse = 0; in inet_csk_update_fastreuse()
555 (tb->fastreuse > 0 && reuse) || in inet_csk_get_port()
/openbmc/linux/include/net/
H A Dinet_hashtables.h81 signed char fastreuse; member
/openbmc/linux/net/sctp/
H A Dsocket.c8414 if ((pp->fastreuse && reuse && 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()
/openbmc/linux/include/net/sctp/
H A Dstructs.h84 signed char fastreuse; member