1 #ifndef _IPXE_IPSTATS_H 2 #define _IPXE_IPSTATS_H 177 #define IP_STATISTICS_FAMILIES \ 178 __table ( struct ip_statistics_family, "ip_statistics_families" ) 181 #define __ip_statistics_family( order ) \ 182 __table_entry ( IP_STATISTICS_FAMILIES, order ) 184 #define IP_STATISTICS_IPV4 01 185 #define IP_STATISTICS_IPV6 02 unsigned long reasm_reqds
ipSystemStatsReasmReqds
unsigned long reasm_oks
ipSystemStatsReasmOks
unsigned long in_receives
ipSystemStatsInReceives
An IP system statistics family.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
unsigned long in_addr_errors
ipSystemStatsInAddrErrors
unsigned long in_unknown_protos
ipSystemStatsInUnknownProtos
unsigned long in_mcast_pkts
ipSystemStatsInMcastPkts
unsigned int version
IP version.
unsigned long out_no_routes
ipSystemStatsOutNoRoutes
unsigned long reasm_fails
ipSystemStatsReasmFails
unsigned long in_truncated_pkts
ipSystemStatsInTruncatedPkts
unsigned long in_delivers
ipSystemStatsInDelivers
unsigned long out_mcast_pkts
ipSystemStatsOutMcastPkts
unsigned long out_bcast_pkts
ipSystemStatsOutBcastPkts
unsigned long out_requests
ipSystemStatsOutRequests
struct ip_statistics * stats
Statistics.
unsigned long in_hdr_errors
ipSystemStatsInHdrErrors
unsigned long in_bcast_pkts
ipSystemStatsInBcastPkts
unsigned long out_octets
ipSystemStatsOutOctets
unsigned long out_transmits
ipSystemStatsOutTransmits
unsigned long in_octets
ipSystemStatsInOctets