Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c276 if (tb->fastreuseport <= 0) in sk_reuseport_match()
285 * without fastreuseport and then was reset, as we can only know that in sk_reuseport_match()
289 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
313 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
322 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
328 /* We didn't match or we don't have fastreuseport set on in inet_csk_update_fastreuse()
340 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
350 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
H A Dinet_hashtables.c86 tb->fastreuseport = 0; in inet_bind_bucket_create()
801 tb->fastreuseport >= 0) in __inet_hash_connect()
818 tb->fastreuseport = -1; in __inet_hash_connect()
/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c424 if (tb->fastreuseport <= 0) in sk_reuseport_match()
433 * without fastreuseport and then was reset, as we can only know that in sk_reuseport_match()
437 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
461 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
470 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
476 /* We didn't match or we don't have fastreuseport set on in inet_csk_update_fastreuse()
488 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
498 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()
/kernel/linux/linux-5.10/include/net/
H A Dinet_hashtables.h81 signed char fastreuseport; member
/kernel/linux/linux-6.6/include/net/
H A Dinet_hashtables.h82 signed char fastreuseport; member
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h85 signed char fastreuseport; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h85 signed char fastreuseport; member
/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c8167 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8218 pp->fastreuseport = 1; in sctp_get_port_local()
8221 pp->fastreuseport = 0; in sctp_get_port_local()
8228 if (pp->fastreuseport && in sctp_get_port_local()
8230 pp->fastreuseport = 0; in sctp_get_port_local()
/kernel/linux/linux-6.6/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()

Completed in 36 milliseconds