Provided by: systemtap-doc_4.8-1_amd64
NAME
probe::socket.create - Creation of a socket
SYNOPSIS
socket.create
VALUES
type Socket type value family Protocol family value requester Requested by user process or the kernel (1 = kernel, 0 = user) protocol Protocol value name Name of this probe
CONTEXT
The requester (see requester variable)
DESCRIPTION
Fires at the beginning of creating a socket.
SEE ALSO
tapset::socket(3stap)