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 length
19 The length of the transmit buffer.
20
21 truesize
22 The size of the data to be transmitted.
23
25 tapset::networking(3stap)
26
27
28
29SystemTap Tapset Reference April 2023 PROBE::NETDEV.TRAN(3stap)