Provided by: systemtap-doc_4.8-2_amd64
NAME
probe::linuxmib.DelayedACKs - Count of delayed acks
SYNOPSIS
linuxmib.DelayedACKs
VALUES
sk Pointer to the struct sock being acted on op Value to be added to the counter (default value of 1)
DESCRIPTION
The packet pointed to by skb is filtered by the function linuxmib_filter_key. If the packet passes the filter is is counted in the global DelayedACKs (equivalent to SNMP's MIB LINUX_MIB_DELAYEDACKS)
SEE ALSO
tapset::linuxmib(3stap)