1PROBE::SOCKET.CREA(3stap)        Socket Tapset       PROBE::SOCKET.CREA(3stap)
2
3
4

NAME

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

SYNOPSIS

9       socket.create.return
10

VALUES

12       name
13           Name of this probe
14
15       type
16           Socket type value
17
18       protocol
19           Protocol value
20
21       success
22           Was socket creation successful? (1 = yes, 0 = no)
23
24       err
25           Error code if success == 0
26
27       family
28           Protocol family value
29
30       requester
31           Requested by user process or the kernel (1 = kernel, 0 = user)
32

CONTEXT

34       The requester (user process or kernel)
35

DESCRIPTION

37       Fires at the conclusion of creating a socket.
38

SEE ALSO

40       tapset::socket(3stap)
41
42
43
44SystemTap Tapset Reference         May 2019          PROBE::SOCKET.CREA(3stap)
Impressum