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

NAME

       probe::socket.readv - Receiving a message via sock_readv

SYNOPSIS

       socket.readv

VALUES

       family
           Protocol family value

       name
           Name of this probe

       state
           Socket state value

       flags
           Socket flags value

       type
           Socket type value

       size
           Message size in bytes

       protocol
           Protocol value

CONTEXT

       The message sender

DESCRIPTION

       Fires at the beginning of receiving a message on a socket via the sock_readv function

SEE ALSO

       tapset::socket(3stap)