Searched refs:tw_refcnt (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_timewait_sock.c | 79 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put() 131 /* tw_refcnt is set to 3 because we have : in inet_twsk_hashdance() 140 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance() 191 * Because we use RCU lookups, we should not set tw_refcnt in inet_twsk_alloc() 195 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
|
H A D | tcp_ipv4.c | 2663 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_timewait_sock.c | 86 if (refcount_dec_and_test(&tw->tw_refcnt)) in inet_twsk_put() 155 /* tw_refcnt is set to 3 because we have : in inet_twsk_hashdance() 164 refcount_set(&tw->tw_refcnt, 3); in inet_twsk_hashdance() 212 * Because we use RCU lookups, we should not set tw_refcnt in inet_twsk_alloc() 216 refcount_set(&tw->tw_refcnt, 0); in inet_twsk_alloc()
|
H A D | tcp_ipv4.c | 2732 refcount_read(&tw->tw_refcnt), tw); in get_timewait4_sock()
|
H A D | tcp.c | 4574 refcount_inc(&tw->tw_refcnt); in tcp_abort()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 47 #define tw_refcnt __tw_common.skc_refcnt macro
|
H A D | bpf_iter_tcp4.c | 168 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
|
H A D | bpf_iter_tcp6.c | 177 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | bpf_tracing_net.h | 98 #define tw_refcnt __tw_common.skc_refcnt macro
|
H A D | bpf_iter_tcp4.c | 167 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
|
H A D | bpf_iter_tcp6.c | 176 tw->tw_refcnt.refs.counter, tw); in dump_tw_sock()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_timewait_sock.h | 47 #define tw_refcnt __tw_common.skc_refcnt macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_timewait_sock.h | 47 #define tw_refcnt __tw_common.skc_refcnt macro
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 2072 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 2086 refcount_read(&tw->tw_refcnt), tw); in get_timewait6_sock()
|
Completed in 22 milliseconds