Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/
Ddccp.h196 struct dccp_mib { struct
200 DECLARE_SNMP_STAT(struct dccp_mib, dccp_statistics); argument
Dproto.c44 DEFINE_SNMP_STAT(struct dccp_mib, dccp_statistics) __read_mostly;
1108 dccp_statistics = alloc_percpu(struct dccp_mib); in dccp_mib_init()