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

CONTEXT

37       The process which received a UDP message
38

SEE ALSO

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