Provided by:
systemtap-doc_0.0.20090214-1ubuntu1_all 
NAME
probe_socket.sendmsg.return - Return from Message being sent on socket
SYNOPSIS
probe socket.sendmsg.return
VALUES
success
Was send successful? (1 = yes, 0 = no)
protocol
Protocol value
flags
Socket flags value
name
Name of this probe
state
Socket state value
size
Size of message sent (in bytes) or error code if success = 0
type
Socket type value
family
Protocol family value
CONTEXT
The message sender.
DESCRIPTION
Fires at the conclusion of sending a message on a socket via the
sock_sendmsg function
AUTHOR
William Cohen <wcohen@redhat.com>