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::tcp.recvmsg - Receiving TCP message

Context

       The process which receives a tcp message

Name

       probe::tcp.recvmsg - Receiving TCP message

See Also

tapset::tcp(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::TCP.RECVMSG(3stap)

Synopsis

       tcp.recvmsg

Values

family
           IP address family

       dport
           TCP destination port

       size
           Number of bytes to be received

       sock
           Network socket

       sport
           TCP source port

       daddr
           A string representing the destination IP address

       saddr
           A string representing the source IP address

       name
           Name of this probe

See Also