Provided by: systemtap-doc_5.0-2ubuntu1_amd64 

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