INET_TWDR_TWKILL_SLOTS 80 include/net/inet_timewait_sock.h struct hlist_head cells[INET_TWDR_TWKILL_SLOTS]; INET_TWDR_TWKILL_SLOTS 29 net/dccp/minisocks.c .period = DCCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS, INET_TWDR_TWKILL_SLOTS 212 net/ipv4/inet_timewait_sock.c twdr->slot = ((twdr->slot + 1) & (INET_TWDR_TWKILL_SLOTS - 1)); INET_TWDR_TWKILL_SLOTS 227 net/ipv4/inet_timewait_sock.c BUILD_BUG_ON((INET_TWDR_TWKILL_SLOTS - 1) > INET_TWDR_TWKILL_SLOTS 232 net/ipv4/inet_timewait_sock.c for (i = 0; i < INET_TWDR_TWKILL_SLOTS; i++) { INET_TWDR_TWKILL_SLOTS 316 net/ipv4/inet_timewait_sock.c slot = INET_TWDR_TWKILL_SLOTS - 1; INET_TWDR_TWKILL_SLOTS 319 net/ipv4/inet_timewait_sock.c if (slot >= INET_TWDR_TWKILL_SLOTS) INET_TWDR_TWKILL_SLOTS 320 net/ipv4/inet_timewait_sock.c slot = INET_TWDR_TWKILL_SLOTS - 1; INET_TWDR_TWKILL_SLOTS 323 net/ipv4/inet_timewait_sock.c slot = (twdr->slot + slot) & (INET_TWDR_TWKILL_SLOTS - 1); INET_TWDR_TWKILL_SLOTS 42 net/ipv4/tcp_minisocks.c .period = TCP_TIMEWAIT_LEN / INET_TWDR_TWKILL_SLOTS,