1PROBE::TCPMIB.OUTS(3stap) SNMP Information Tapset PROBE::TCPMIB.OUTS(3stap)
2
3
4
6 probe::tcpmib.OutSegs - Count the sending of a TCP segment
7
9 tcpmib.OutSegs
10
12 op
13 value to be added to the counter (default value of 1)
14
15 sk
16 pointer to the struct sock being acted on
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 OutSegs (equivalent to SNMP's MIB TCP_MIB_OUTSEGS)
22
24 tapset::tcpmib(3stap)
25
26
27
28SystemTap Tapset Reference May 2022 PROBE::TCPMIB.OUTS(3stap)