Searched defs:stats_igmp (Results 1 – 2 of 2) sorted by relevance
80 struct stats_igmp { struct81 STAT_COUNTER xmit; /* Transmitted packets. */82 STAT_COUNTER recv; /* Received packets. */83 STAT_COUNTER drop; /* Dropped packets. */84 STAT_COUNTER chkerr; /* Checksum error. */87 STAT_COUNTER proterr; /* Protocol error. */88 STAT_COUNTER rx_v1; /* Received v1 frames. */91 STAT_COUNTER rx_report; /* Received reports. */92 STAT_COUNTER tx_join; /* Sent joins. */93 STAT_COUNTER tx_leave; /* Sent leaves. */[all …]
Completed in 6 milliseconds