Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

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

SYNOPSIS

       socket.receive

VALUES

       state
           Socket state value

       protocol
           Protocol value

       flags
           Socket flags value

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

       name
           Name of this probe

       family
           Protocol family value

       type
           Socket type value

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

CONTEXT

       The message receiver

SEE ALSO

       tapset::socket(3stap)