PROBE::SOCKET\&.RECV
Section: Socket Tapset (3stap)
Updated: November 2020
Page Index
NAME
probe::socket.recvmsg - Message being received on socket
SYNOPSIS
socket.recvmsg
VALUES
name
-
Name of this probe
family
-
Protocol family value
protocol
-
Protocol value
size
-
Message size in bytes
flags
-
Socket flags value
type
-
Socket type value
state
-
Socket state 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)