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

NAME

6       probe::udp.recvmsg - Fires whenever a UDP message is received
7

SYNOPSIS

9       udp.recvmsg
10

VALUES

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

CONTEXT

37       The process which received a UDP message
38

SEE ALSO

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