Home
last modified time | relevance | path

Searched refs:tw_refcount (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dinet_timewait_sock.c71 refcount_dec(&tw->tw_dr->tw_refcount); in inet_twsk_kill()
174 if (refcount_read(&dr->tw_refcount) - 1 >= in inet_twsk_alloc()
298 refcount_inc(&tw->tw_dr->tw_refcount); in __inet_twsk_schedule()
H A Dproc.c63 refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1, in sockstat_seq_show()
H A Dtcp_ipv4.c3536 refcount_set(&net->ipv4.tcp_death_row.tw_refcount, 1);
3632 WARN_ON_ONCE(!refcount_dec_and_test(&net->ipv4.tcp_death_row.tw_refcount));
/linux/include/net/netns/
H A Dipv4.h34 refcount_t tw_refcount; member