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

NAME

       probe::socket.recvmsg - Message being received on socket

SYNOPSIS

       socket.recvmsg

VALUES

       state
           Socket state value

       flags
           Socket flags value

       family
           Protocol family value

       name
           Name of this probe

       type
           Socket type value

       size
           Message size in bytes

       protocol
           Protocol value

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)