1PROBE::NETDEV.TRAN(3stap) Networking Tapset PROBE::NETDEV.TRAN(3stap)
2
3
4
6 probe::netdev.transmit - Network device transmitting buffer
7
9 netdev.transmit
10
12 protocol
13 The protocol of this packet(defined in include/linux/if_ether.h).
14
15 dev_name
16 The name of the device. e.g: eth0, ath1.
17
18 truesize
19 The size of the data to be transmitted.
20
21 length
22 The length of the transmit buffer.
23
25 tapset::networking(3stap)
26
27
28
29SystemTap Tapset Reference November 2019 PROBE::NETDEV.TRAN(3stap)