tapset::udp(3) systemtap udp tapset

DESCRIPTION


 This family of probe points is used to probe events that occur in the UDP layer. 

udp.sendmsg
Fires whenever a process sends a UDP message

 See  probe::udp.sendmsg(3stap)
 for details.

udp.sendmsg.return
Fires whenever an attempt to send a UDP message is completed

 See  probe::udp.sendmsg.return(3stap)
 for details.

udp.recvmsg
Fires whenever a UDP message is received

 See  probe::udp.recvmsg(3stap)
 for details.

udp.recvmsg.return
Fires whenever an attempt to receive a UDP message received is completed

 See  probe::udp.recvmsg.return(3stap)
 for details.

udp.disconnect
Fires when a process requests for a UDP disconnection

 See  probe::udp.disconnect(3stap)
 for details.

udp.disconnect.return
UDP has been disconnected successfully

 See  probe::udp.disconnect.return(3stap)
 for details.