PROBE::SOCKET\&.SEND

Section: Socket Tapset (3stap)
Updated: November 2020
Page Index
 

NAME

probe::socket.send - Message sent on a socket.  

SYNOPSIS

socket.send 
 

VALUES

name

Name of this probe

family

Protocol family value

protocol

Protocol value

success

Was send successful? (1 = yes, 0 = no)

size

Size of message sent (in bytes) or error code if success = 0

flags

Socket flags value

type

Socket type value

state

Socket state value
 

CONTEXT

The message sender  

SEE ALSO

tapset::socket(3stap)


 

Index

NAME
SYNOPSIS
VALUES
CONTEXT
SEE ALSO