'\" t .\" Title: probe::ipmib.InDiscards .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: May 2021 .\" Manual: SNMP Information Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::IPMIB\&.INDIS" "3stap" "May 2021" "SystemTap Tapset Reference" "SNMP Information Tapset" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" probe::ipmib.InDiscards \- Count discarded inbound packets .SH "SYNOPSIS" .sp .nf ipmib\&.InDiscards .fi .SH "VALUES" .PP \fIop\fR .RS 4 value to be added to the counter (default value of 1) .RE .PP \fIskb\fR .RS 4 pointer to the struct sk_buff being acted on .RE .SH "DESCRIPTION" .PP The packet pointed to by \fIskb\fR is filtered by the function \fBipmib_filter_key\fR\&. If the packet passes the filter is is counted in the global \fIInDiscards\fR (equivalent to SNMP\*(Aqs MIB STATS_MIB_INDISCARDS) .SH SEE ALSO\n .IR tapset::ipmib (3stap)