1PROBE::IPMIB.INADD(3stap) SNMP Information Tapset PROBE::IPMIB.INADD(3stap)
2
3
4
6 probe::ipmib.InAddrErrors - Count arriving packets with an incorrect
7 address
8
10 ipmib.InAddrErrors
11
13 op
14 value to be added to the counter (default value of 1)
15
16 skb
17 pointer to the struct sk_buff being acted on
18
20 The packet pointed to by skb is filtered by the function
21 ipmib_filter_key. If the packet passes the filter is is counted in the
22 global InAddrErrors (equivalent to SNMP's MIB IPSTATS_MIB_INADDRERRORS)
23
25 tapset::ipmib(3stap)
26
27
28
29SystemTap Tapset Reference October 2018 PROBE::IPMIB.INADD(3stap)