1PROBE::IPMIB.INUNK(3stap) SNMP Information Tapset PROBE::IPMIB.INUNK(3stap)
2
3
4
6 probe::ipmib.InUnknownProtos - Count arriving packets with an unbound
7 proto
8
10 ipmib.InUnknownProtos
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 InUnknownProtos (equivalent to SNMP's MIB
23 IPSTATS_MIB_INUNKNOWNPROTOS)
24
26 tapset::ipmib(3stap)
27
28
29
30SystemTap Tapset Reference November 2020 PROBE::IPMIB.INUNK(3stap)