Searched refs:tw_refcount (Results 1 – 5 of 5) sorted by relevance
62 if (refcount_dec_and_test(&tw->tw_dr->tw_refcount)) in inet_twsk_kill()159 if (refcount_read(&dr->tw_refcount) - 1 >= in inet_twsk_alloc()252 refcount_inc(&tw->tw_dr->tw_refcount); in __inet_twsk_schedule()
62 refcount_read(&net->ipv4.tcp_death_row->tw_refcount) - 1, in sockstat_seq_show()
3075 if (refcount_dec_and_test(&tcp_death_row->tw_refcount)) in tcp_sk_exit()3111 refcount_set(&net->ipv4.tcp_death_row->tw_refcount, 1); in tcp_sk_init()
34 refcount_t tw_refcount; member
25 .tw_refcount = REFCOUNT_INIT(1),