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

NAME

       probe::socket.send - Message sent on a socket.

SYNOPSIS

       socket.send

VALUES

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

       family
           Protocol family value

       type
           Socket type value

       name
           Name of this probe

       protocol
           Protocol value

       state
           Socket state value

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

       flags
           Socket flags value

CONTEXT

       The message sender

SEE ALSO

       tapset::socket(3stap)