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.return - Receiving TCP message complete

Context

       The process which receives a tcp message

Name

       probe::tcp.recvmsg.return - Receiving TCP message complete

See Also

tapset::tcp(3stap)

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

Synopsis

       tcp.recvmsg.return

Values

sport
           TCP source port

       size
           Number of bytes received or error code if an error occurred.

       dport
           TCP destination port

       family
           IP address family

       saddr
           A string representing the source IP address

       name
           Name of this probe

       daddr
           A string representing the destination IP address

See Also