Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c414 if (tb->fastreuseport <= 0) in sk_reuseport_match()
427 if (tb->fastreuseport == FASTREUSEPORT_ANY) in sk_reuseport_match()
451 tb->fastreuseport = FASTREUSEPORT_ANY; in inet_csk_update_fastreuse()
460 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
478 tb->fastreuseport = FASTREUSEPORT_STRICT; in inet_csk_update_fastreuse()
488 tb->fastreuseport = 0; in inet_csk_update_fastreuse()
493 tb2->fastreuseport = tb->fastreuseport; in inet_csk_update_fastreuse()
/linux/include/net/
H A Dinet_hashtables.h82 signed char fastreuseport; member
112 signed char fastreuseport; member
/linux/net/sctp/
H A Dsocket.c8490 (pp->fastreuseport && sk->sk_reuseport && in sctp_get_port_local()
8544 pp->fastreuseport = 1; in sctp_get_port_local()
8547 pp->fastreuseport = 0; in sctp_get_port_local()
8554 if (pp->fastreuseport && in sctp_get_port_local()
8556 pp->fastreuseport = 0; in sctp_get_port_local()