Provided by: systemtap-doc_2.3-1ubuntu1.4_all
NAME
probe::socket.create.return - Return from Creation of a socket
SYNOPSIS
socket.create.return
VALUES
protocol Protocol value type Socket type value err Error code if success == 0 family Protocol family value success Was socket creation successful? (1 = yes, 0 = no) name Name of this probe requester Requested by user process or the kernel (1 = kernel, 0 = user)
CONTEXT
The requester (user process or kernel)
DESCRIPTION
Fires at the conclusion of creating a socket.