Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dinet_timewait_sock.c72 refcount_dec(&tw->tw_dr->tw_refcount); in inet_twsk_kill()
181 if (refcount_read(&dr->tw_refcount) - 1 >= in inet_twsk_alloc()
274 refcount_inc(&tw->tw_dr->tw_refcount); in __inet_twsk_schedule()
A Dproc.c62 refcount_read(&net->ipv4.tcp_death_row.tw_refcount) - 1, in sockstat_seq_show()
A Dtcp_minisocks.c378 if (refcount_read(&net->ipv4.tcp_death_row.tw_refcount) == 1) in tcp_twsk_purge()
A Dtcp_ipv4.c3213 refcount_set(&net->ipv4.tcp_death_row.tw_refcount, 1); in tcp_sk_init()
3289 WARN_ON_ONCE(!refcount_dec_and_test(&net->ipv4.tcp_death_row.tw_refcount)); in tcp_sk_exit_batch()
/linux-6.3-rc2/include/net/netns/
A Dipv4.h35 refcount_t tw_refcount; member
/linux-6.3-rc2/net/dccp/
A Dminisocks.c25 .tw_refcount = REFCOUNT_INIT(1),

Completed in 16 milliseconds