Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

       probe::tcp.recvmsg - Receiving TCP message

SYNOPSIS

       tcp.recvmsg

VALUES

       family
           IP address family

       sock
           Network socket

       saddr
           A string representing the source IP address

       size
           Number of bytes to be received

       dport
           TCP destination port

       name
           Name of this probe

       daddr
           A string representing the destination IP address

       sport
           TCP source port

CONTEXT

       The process which receives a tcp message

SEE ALSO

       tapset::tcp(3stap)