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

NAME

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

SYNOPSIS

       socket.receive

VALUES

       family
           Protocol family value

       protocol
           Protocol value

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

       name
           Name of this probe

       state
           Socket state value

       type
           Socket type value

       flags
           Socket flags value

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

CONTEXT

       The message receiver

SEE ALSO

       tapset::socket(3stap)