INET_TWDR_RECYCLE_SLOTS 71 include/net/inet_timewait_sock.h struct hlist_head twcal_row[INET_TWDR_RECYCLE_SLOTS]; INET_TWDR_RECYCLE_SLOTS 313 net/ipv4/inet_timewait_sock.c if (slot >= INET_TWDR_RECYCLE_SLOTS) { INET_TWDR_RECYCLE_SLOTS 339 net/ipv4/inet_timewait_sock.c slot = (twdr->twcal_hand + slot) & (INET_TWDR_RECYCLE_SLOTS - 1); INET_TWDR_RECYCLE_SLOTS 371 net/ipv4/inet_timewait_sock.c for (n = 0; n < INET_TWDR_RECYCLE_SLOTS; n++) { INET_TWDR_RECYCLE_SLOTS 399 net/ipv4/inet_timewait_sock.c slot = (slot + 1) & (INET_TWDR_RECYCLE_SLOTS - 1);