Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c427 if (tb->fastreuseport <= 0) in sk_reuseport_match()
440 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
464 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
473 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
491 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
501 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
H A Dinet_hashtables.c78 tb->fastreuseport = 0; in inet_bind_bucket_create()
1061 tb->fastreuseport >= 0) in __inet_hash_connect()
1079 tb->fastreuseport = -1; in __inet_hash_connect()
/openbmc/linux/include/net/
H A Dinet_hashtables.h82 signed char fastreuseport; member
/openbmc/linux/include/net/sctp/
H A Dstructs.h85 signed char fastreuseport; member
/openbmc/linux/net/sctp/
H A Dsocket.c8416 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8470 pp->fastreuseport = 1; in sctp_get_port_local()
8473 pp->fastreuseport = 0; in sctp_get_port_local()
8480 if (pp->fastreuseport && in sctp_get_port_local()
8482 pp->fastreuseport = 0; in sctp_get_port_local()