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

NAME

6       probe::socket.sendmsg.return - Return from socket.sendmsg.
7

SYNOPSIS

9       socket.sendmsg.return
10

VALUES

12       flags
13           Socket flags value
14
15       type
16           Socket type value
17
18       state
19           Socket state value
20
21       family
22           Protocol family value
23
24       success
25           Was send successful? (1 = yes, 0 = no)
26
27       protocol
28           Protocol value
29
30       name
31           Name of this probe
32
33       size
34           Size of message sent (in bytes) or error code if success = 0
35

CONTEXT

37       The message sender.
38

DESCRIPTION

40       Fires at the conclusion of sending a message on a socket via the
41       sock_sendmsg function
42

SEE ALSO

44       tapset::socket(3stap)
45
46
47
48SystemTap Tapset Reference       November 2022       PROBE::SOCKET.SEND(3stap)
Impressum