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 - Creation of a socket

Context

       The requester (see requester variable)

Description

       Fires at the beginning of creating a socket.

Name

       probe::socket.create - Creation of a socket

See Also

tapset::socket(3stap)

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

Synopsis

       socket.create

Values

name
           Name of this probe

       protocol
           Protocol value

       family
           Protocol family value

       requester
           Requested by user process or the kernel (1 = kernel, 0 = user)

       type
           Socket type value

See Also