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

NAME

       probe::socket.receive - Message received on a socket.

SYNOPSIS

       socket.receive

VALUES

       protocol
           Protocol value

       size
           Size of message received (in bytes) or error code if success = 0

       type
           Socket type value

       name
           Name of this probe

       family
           Protocol family value

       success
           Was send successful? (1 = yes, 0 = no)

       state
           Socket state value

       flags
           Socket flags value

CONTEXT

       The message receiver

SEE ALSO

       tapset::socket(3stap)