Home
last modified time | relevance | path

Searched refs:dccp_mib (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/dccp/
Ddccp.h188 struct dccp_mib { struct
192 DECLARE_SNMP_STAT(struct dccp_mib, dccp_statistics); argument
Dproto.c41 DEFINE_SNMP_STAT(struct dccp_mib, dccp_statistics) __read_mostly;
1086 dccp_statistics = alloc_percpu(struct dccp_mib); in dccp_mib_init()