Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dsnmp.h63 #define ICMPMSG_MIB_MAX __ICMPMSG_MIB_MAX macro
65 atomic_long_t mibs[ICMPMSG_MIB_MAX];
/Linux-v5.4/net/ipv4/
Dproc.c322 for (i = 0; i < ICMPMSG_MIB_MAX; i++) { in icmpmsg_put()