Provided by: systemtap-doc_4.7-1_amd64
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 type Socket type value flags Socket flags value name Name of this probe success Was send successful? (1 = yes, 0 = no) state Socket state value protocol Protocol value family Protocol family value
CONTEXT
The message sender
SEE ALSO
tapset::socket(3stap)