probe::socket.create.return.3stap - Man Page
Return from Creation of a socket
Synopsis
socket.create.return
Values
- protocol
Protocol value
- name
Name of this probe
- err
Error code if success == 0
- success
Was socket creation successful? (1 = yes, 0 = no)
- type
Socket type value
- requester
Requested by user process or the kernel (1 = kernel, 0 = user)
- family
Protocol family value
Context
The requester (user process or kernel)
Description
Fires at the conclusion of creating a socket.
See Also0
tapset::socket(3stap)
Info
April 2024 SystemTap Tapset Reference Socket Tapset