Provided by: systemtap-doc_4.7-1_amd64 bug

NAME

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

SYNOPSIS

       socket.create.return

VALUES

       family
           Protocol family value

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

       err
           Error code if success == 0

       protocol
           Protocol value

       success
           Was socket creation successful? (1 = yes, 0 = no)

       name
           Name of this probe

       type
           Socket type value

CONTEXT

       The requester (user process or kernel)

DESCRIPTION

       Fires at the conclusion of creating a socket.

SEE ALSO

       tapset::socket(3stap)