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

NAME

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

SYNOPSIS

       socket.send

VALUES

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

       family
           Protocol family value

       state
           Socket state value

       type
           Socket type value

       flags
           Socket flags value

       name
           Name of this probe

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

       protocol
           Protocol value

CONTEXT

       The message sender

SEE ALSO

       tapset::socket(3stap)