Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dsnmp.h63 #define ICMPMSG_MIB_MAX __ICMPMSG_MIB_MAX macro
65 atomic_long_t mibs[ICMPMSG_MIB_MAX];
/openbmc/linux/net/ipv4/
H A Dproc.c332 for (i = 0; i < ICMPMSG_MIB_MAX; i++) { in icmpmsg_put()