Provided by: systemtap-doc_4.7-1_amd64
NAME
probe::socket.recvmsg - Message being received on socket
SYNOPSIS
socket.recvmsg
VALUES
family Protocol family value protocol Protocol value state Socket state value name Name of this probe type Socket type value flags Socket flags value size Message size in bytes
CONTEXT
The message receiver.
DESCRIPTION
Fires at the beginning of receiving a message on a socket via the sock_recvmsg function
SEE ALSO
tapset::socket(3stap)