logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::linuxmib.ListenDrops - Count of times conn request that were dropped

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 ListenDrops (equivalent to SNMP's MIB LINUX_MIB_LISTENDROPS)

Name

       probe::linuxmib.ListenDrops - Count of times conn request that were dropped

See Also

tapset::linuxmib(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::LINUXMIB.LI(3stap)

Synopsis

       linuxmib.ListenDrops

Values

op
           Value to be added to the counter (default value of 1)

       sk
           Pointer to the struct sock being acted on

See Also