Home
last modified time | relevance | path

Searched defs:inet_timewait_death_row (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
Dinet_timewait_sock.h34 struct inet_timewait_death_row { struct
35 atomic_t tw_count;
37 struct inet_hashinfo *hashinfo ____cacheline_aligned_in_smp;
38 int sysctl_tw_recycle;
39 int sysctl_max_tw_buckets;
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c505 int (*check_established)(struct inet_timewait_death_row *, in __inet_hash_connect()