projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d551e45
)
[SNMP]: Add definitions for {In,Out}BcastPkts
author
Mitsuru Chinen
<mitch@linux.vnet.ibm.com>
Mon, 30 Apr 2007 07:45:02 +0000
(
00:45
-0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 30 Apr 2007 07:58:19 +0000
(
00:58
-0700)
The updated IP-MIB RFC (RFC4293) specifys new objects, InBcastPkts
and OutBcastPkts. This adds definitions for them.
Signed-off-by: Mitsuru Chinen <mitch@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/snmp.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/snmp.h
b/include/linux/snmp.h
index 854aa6b543f1037c34c12e9de083185eaabed0d5..802b3a38b0416e3f00d8057eb6182307e0a74be4 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
};