Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Context

       The message receiver.

Description

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

Name

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

See Also

tapset::socket(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SOCKET.RECV(3stap)

Synopsis

       socket.recvmsg

Values

flags
           Socket flags value

       name
           Name of this probe

       protocol
           Protocol value

       state
           Socket state value

       family
           Protocol family value

       type
           Socket type value

       size
           Message size in bytes

See Also