aboutsummaryrefslogtreecommitdiff
path: root/include/net/netns/mib.h
blob: 8f96079bf0e3fe8160cad0baea84d05291d5d72a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __NETNS_MIB_H__
#define __NETNS_MIB_H__

#include <net/snmp.h>

struct netns_mib {
	DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics);
};

#endif