Searched hist:f8214865a55f805e65c33350bc0f1eb46dd8433d (Results 1 – 7 of 7) sorted by relevance
/linux/net/batman-adv/ |
H A D | main.c | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | main.h | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | routing.c | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | types.h | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | bat_iv_ogm.c | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | translation-table.c | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
H A D | soft-interface.c | diff f8214865a55f805e65c33350bc0f1eb46dd8433d Fri Apr 20 17:02:45 CEST 2012 Martin Hundebøll <martin@hundeboll.net> batman-adv: Add get_ethtool_stats() support
Added additional counters in a bat_stats structure, which are exported through the ethtool api. The counters are specific to batman-adv and includes: forwarded packets and bytes management packets and bytes (aggregated OGMs at this point) translation table packets
New counters are added by extending "enum bat_counters" in types.h and adding corresponding descriptive string(s) to bat_counters_strings in soft-iface.c.
Counters are increased by calling batadv_add_counter() and incremented by one by calling batadv_inc_counter().
Signed-off-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
|