blob: 8f96079bf0e3fe8160cad0baea84d05291d5d72a [file] [log] [blame]
#ifndef __NETNS_MIB_H__
#define __NETNS_MIB_H__
#include <net/snmp.h>
struct netns_mib {
DEFINE_SNMP_STAT(struct tcp_mib, tcp_statistics);
};
#endif