1PROBE::UDP.SENDMSG(3stap)      Networking Tapset     PROBE::UDP.SENDMSG(3stap)
2
3
4

NAME

6       probe::udp.sendmsg - Fires whenever a process sends a UDP message
7

SYNOPSIS

9       udp.sendmsg
10

VALUES

12       daddr
13           A string representing the destination IP address
14
15       family
16           IP address family
17
18       saddr
19           A string representing the source IP address
20
21       sock
22           Network socket used by the process
23
24       sport
25           UDP source port
26
27       dport
28           UDP destination port
29
30       size
31           Number of bytes sent by the process
32
33       name
34           The name of this probe
35

CONTEXT

37       The process which sent a UDP message
38

SEE ALSO

40       tapset::udp(3stap)
41
42
43
44SystemTap Tapset Reference         May 2021          PROBE::UDP.SENDMSG(3stap)
Impressum