1PROBE::NETDEV.TRAN(3stap) Networking Tapset PROBE::NETDEV.TRAN(3stap)
23
4
NAME
6probe::netdev.transmit - Network device transmitting buffer
7
SYNOPSIS
9netdev.transmit
10
VALUES
12protocol
13The protocol of this packet(defined in include/linux/if_ether.h).
1415
dev_name
16The name of the device. e.g: eth0, ath1.
1718
length
19The length of the transmit buffer.
2021
truesize
22The size of the data to be transmitted.
2324
25
26
SystemTap Tapset Reference August 2011 PROBE::NETDEV.TRAN(3stap)