Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dinet_timewait_sock.c62 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()
Dproc.c62 refcount_read(&net->ipv4.tcp_death_row->tw_refcount) - 1, in sockstat_seq_show()
Dtcp_ipv4.c3075 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()
/linux-5.19.10/include/net/netns/
Dipv4.h34 refcount_t tw_refcount; member
/linux-5.19.10/net/dccp/
Dminisocks.c25 .tw_refcount = REFCOUNT_INIT(1),