Provided by: systemtap-doc_3.1-3ubuntu0.1_all
NAME
probe::ipmib.InReceives - Count an arriving packet
SYNOPSIS
ipmib.InReceives
VALUES
skb pointer to the struct sk_buff being acted on op value to be added to the counter (default value of 1)
DESCRIPTION
The packet pointed to by skb is filtered by the function ipmib_filter_key. If the packet passes the filter is is counted in the global InReceives (equivalent to SNMP's MIB IPSTATS_MIB_INRECEIVES)
SEE ALSO
tapset::ipmib(3stap)