Home
last modified time | relevance | path

Searched refs:dccp_orphan_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
H A Dproto.c45 DEFINE_PER_CPU(unsigned int, dccp_orphan_count);
46 EXPORT_PER_CPU_SYMBOL_GPL(dccp_orphan_count); variable
1074 this_cpu_inc(dccp_orphan_count); in dccp_close()
H A Ddccp.h51 DECLARE_PER_CPU(unsigned int, dccp_orphan_count);
H A Dipv4.c959 .orphan_count = &dccp_orphan_count,
H A Dipv6.c1042 .orphan_count = &dccp_orphan_count,
/kernel/linux/linux-6.6/net/dccp/
H A Dproto.c45 DEFINE_PER_CPU(unsigned int, dccp_orphan_count);
46 EXPORT_PER_CPU_SYMBOL_GPL(dccp_orphan_count); variable
1071 this_cpu_inc(dccp_orphan_count); in dccp_close()
H A Ddccp.h51 DECLARE_PER_CPU(unsigned int, dccp_orphan_count);
H A Dipv4.c975 .orphan_count = &dccp_orphan_count,
H A Dipv6.c1056 .orphan_count = &dccp_orphan_count,

Completed in 13 milliseconds