Searched refs:orphan_count (Results 1 – 9 of 9) sorted by relevance
98 #define INC_ORPHAN_COUNT(sk) this_cpu_inc(*(sk)->sk_prot->orphan_count)
301 this_cpu_inc(*sk->sk_prot->orphan_count); in inet_csk_prepare_for_destroy_sock()
1335 unsigned int __percpu *orphan_count; member
1201 this_cpu_dec(*sk->sk_prot->orphan_count); in inet_csk_destroy_sock()1275 this_cpu_inc(*sk->sk_prot->orphan_count); in inet_child_forget()
688 this_cpu_inc(*sk->sk_prot->orphan_count); in inet_ehash_nolisten()
3129 .orphan_count = &tcp_orphan_count,
974 .orphan_count = &dccp_orphan_count,
1054 .orphan_count = &dccp_orphan_count,
2173 .orphan_count = &tcp_orphan_count,
Completed in 30 milliseconds