logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

probe::socket.create.return - Return from Creation of a socket

Context

       The requester (user process or kernel)

Description

       Fires at the conclusion of creating a socket.

Name

       probe::socket.create.return - Return from Creation of a socket

See Also

tapset::socket(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::SOCKET.CREA(3stap)

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

See Also