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

/linux-master/net/ipv4/
H A Dinet_connection_sock.c432 if (tb->fastreuseport <= 0)
441 * without fastreuseport and then was reset, as we can only know that
445 if (tb->fastreuseport == FASTREUSEPORT_ANY)
469 tb->fastreuseport = FASTREUSEPORT_ANY;
478 tb->fastreuseport = 0;
484 /* We didn't match or we don't have fastreuseport set on
496 tb->fastreuseport = FASTREUSEPORT_STRICT;
506 tb->fastreuseport = 0;
H A Dinet_hashtables.c77 tb->fastreuseport = 0;
1058 tb->fastreuseport >= 0)
1076 tb->fastreuseport = -1;
/linux-master/include/net/
H A Dinet_hashtables.h82 signed char fastreuseport; member in struct:inet_bind_bucket
/linux-master/include/net/sctp/
H A Dstructs.h85 signed char fastreuseport; member in struct:sctp_bind_bucket
/linux-master/net/sctp/
H A Dsocket.c8417 (pp->fastreuseport && sk->sk_reuseport &&
8471 pp->fastreuseport = 1;
8474 pp->fastreuseport = 0;
8481 if (pp->fastreuseport &&
8483 pp->fastreuseport = 0;

Completed in 150 milliseconds