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 truesize
13 The size of the data to be transmitted.
14
15 protocol
16 The protocol of this packet(defined in include/linux/if_ether.h).
17
18 length
19 The length of the transmit buffer.
20
21 dev_name
22 The name of the device. e.g: eth0, ath1.
23
25 tapset::networking(3stap)
26
27
28
29SystemTap Tapset Reference November 2020 PROBE::NETDEV.TRAN(3stap)