probe::socket.create.return − Return from Creation of a socket
socket.create.return
family
Protocol family value
protocol
Protocol value
requester
Requested by user process or the kernel (1 = kernel, 0 = user)
type
Socket type value
name
Name of this probe
success
Was socket creation successful? (1 = yes, 0 = no)
err
Error code if success == 0
The requester (user process or kernel)
Fires at the conclusion of creating a socket.
tapset::socket(3stap)