Provided by: systemtap-doc_4.6-2_amd64 bug

NAME

       probe::tcp.recvmsg - Receiving TCP message

SYNOPSIS

       tcp.recvmsg

VALUES

       sock
           Network socket

       daddr
           A string representing the destination IP address

       sport
           TCP source port

       family
           IP address family

       name
           Name of this probe

       saddr
           A string representing the source IP address

       dport
           TCP destination port

       size
           Number of bytes to be received

CONTEXT

       The process which receives a tcp message

SEE ALSO

       tapset::tcp(3stap)