Provided by: systemtap-doc_5.0-2ubuntu1_amd64 bug

NAME

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

SYNOPSIS

       socket.recvmsg

VALUES

       family
           Protocol family value

       type
           Socket type value

       size
           Message size in bytes

       protocol
           Protocol value

       state
           Socket state value

       name
           Name of this probe

       flags
           Socket flags 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)