Provided by: systemtap-doc_2.9-2ubuntu2_all
NAME
probe::socket.read_iter.return - Conclusion of message received via sock_read_iter
SYNOPSIS
socket.read_iter.return
VALUES
flags Socket flags value success Was receive successful? (1 = yes, 0 = no) state Socket state value protocol Protocol value name Name of this probe type Socket type value family Protocol family value size Size of message received (in bytes) or error code if success = 0
CONTEXT
The message receiver.
DESCRIPTION
Fires at the conclusion of receiving a message on a socket via the sock_read_iter function
SEE ALSO
tapset::socket(3stap)