1PROBE::TCPMIB.PASS(3stap) SNMP Information Tapset PROBE::TCPMIB.PASS(3stap)
2
3
4
6 probe::tcpmib.PassiveOpens - Count the passive creation of a socket
7
9 tcpmib.PassiveOpens
10
12 sk
13 pointer to the struct sock being acted on
14
15 op
16 value to be added to the counter (default value of 1)
17
19 The packet pointed to by skb is filtered by the function
20 tcpmib_filter_key. If the packet passes the filter is is counted in the
21 global PassiveOpens (equivalent to SNMP's MIB TCP_MIB_PASSIVEOPENS)
22
24 tapset::tcpmib(3stap)
25
26
27
28SystemTap Tapset Reference June 2018 PROBE::TCPMIB.PASS(3stap)