1FUNCTION::IPMIB_FILT(3stap) SNMP Information TapsetFUNCTION::IPMIB_FILT(3stap)
2
3
4
6 function::ipmib_filter_key - Default filter function for ipmib.* probes
7
9 ipmib_filter_key:long(skb:long,op:long,SourceIsLocal:long)
10
12 skb
13 pointer to the struct sk_buff
14
15 op
16 value to be counted if skb passes the filter
17
18 SourceIsLocal
19 1 is local operation and 0 is non-local operation
20
22 This function is a default filter function. The user can replace this
23 function with their own. The user-supplied filter function returns an
24 index key based on the values in skb. A return value of 0 means this
25 particular skb should be not be counted.
26
28 tapset::ipmib-filter-default(3stap)
29
30
31
32SystemTap Tapset Reference November 2020 FUNCTION::IPMIB_FILT(3stap)