Provided by: systemtap-doc_3.1-3ubuntu0.1_all bug

NAME

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

SYNOPSIS

       socket.send

VALUES

       family
           Protocol family value

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

       flags
           Socket flags value

       type
           Socket type value

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

       protocol
           Protocol value

       name
           Name of this probe

       state
           Socket state value

CONTEXT

       The message sender

SEE ALSO

       tapset::socket(3stap)