debian man page for tapset::udp

Query: tapset::udp

OS: debian

Section: 3stap

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAPSET::UDP(3stap)														TAPSET::UDP(3stap)

NAME
tapset::udp - systemtap udp probe points
DESCRIPTION
This family of probe points is used to probe UDP layer activities. It contains the following probe points: udp.sendmsg Fires whenever sending a udp message Arguments: sock network socket size number of bytes to send udp.sendmsg.return Fires whenever sending message is done Arguments: size number of bytes sent udp.recvmsg Fires whenever a message is received Arguments: sock network socket size number of bytes to be received udp.recvmsg.return Fires whenever message receiving is done Arguments: size number of bytes received udp.disconnect Fires whenever udp is disconnected Arguments: sock network socket flags flags (e.g. FIN, etc) udp.disconnect.return Fires when returning from udp.disconnect Arguments: ret error code (0: no error)
SEE ALSO
stap(1), stapprobes(3stap) Intel TAPSET::UDP(3stap)
Related Man Pages
tapset::memory(3stap) - centos
tapset::tcp(3stap) - centos
tapset::nfsd(3stap) - debian
tapset::signal(3stap) - debian
tapset::socket(3stap) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Introduction
How to copy a column of multiple files and paste into new excel file (next to column)?