projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Blackfin arch: update ANOMALY handling
[linux-2.6]
/
include
/
linux
/
snmp.h
diff --git
a/include/linux/snmp.h
b/include/linux/snmp.h
index
854aa6b
..
802b3a3
100644
(file)
--- a/
include/linux/snmp.h
+++ b/
include/linux/snmp.h
@@
-40,6
+40,8
@@
enum
IPSTATS_MIB_FRAGCREATES, /* FragCreates */
IPSTATS_MIB_INMCASTPKTS, /* InMcastPkts */
IPSTATS_MIB_OUTMCASTPKTS, /* OutMcastPkts */
+ IPSTATS_MIB_INBCASTPKTS, /* InBcastPkts */
+ IPSTATS_MIB_OUTBCASTPKTS, /* OutBcastPkts */
__IPSTATS_MIB_MAX
};