1TAPSET::NETWORKING(3stap) TAPSET::NETWORKING(3stap)
2
3
4
6 tapset::networking - systemtap networking tapset
7
8
10 This family of probe points is used to probe the activities of the
11 network device.
12
13
14
15 netdev.receive
16 Data received from network device.
17
18 See probe::netdev.receive(3stap)
19 for details.
20
21 netdev.transmit
22 Network device transmitting buffer
23
24 See probe::netdev.transmit(3stap)
25 for details.
26
27 netdev.change_mtu
28 Called when the netdev MTU is changed
29
30 See probe::netdev.change_mtu(3stap)
31 for details.
32
33 netdev.open
34 Called when the device is opened
35
36 See probe::netdev.open(3stap)
37 for details.
38
39 netdev.close
40 Called when the device is closed
41
42 See probe::netdev.close(3stap)
43 for details.
44
45 netdev.hard_transmit
46 Called when the devices is going to TX (hard)
47
48 See probe::netdev.hard_transmit(3stap)
49 for details.
50
51 netdev.rx
52 Called when the device is going to receive a packet
53
54 See probe::netdev.rx(3stap)
55 for details.
56
57 netdev.change_rx_flag
58 Called when the device RX flag will be changed
59
60 See probe::netdev.change_rx_flag(3stap)
61 for details.
62
63 netdev.set_promiscuity
64 Called when the device enters/leaves promiscuity
65
66 See probe::netdev.set_promiscuity(3stap)
67 for details.
68
69 netdev.ioctl
70 Called when the device suffers an IOCTL
71
72 See probe::netdev.ioctl(3stap)
73 for details.
74
75 netdev.register
76 Called when the device is registered
77
78 See probe::netdev.register(3stap)
79 for details.
80
81 netdev.unregister
82 Called when the device is being unregistered
83
84 See probe::netdev.unregister(3stap)
85 for details.
86
87 netdev.get_stats
88 Called when someone asks the device statistics
89
90 See probe::netdev.get_stats(3stap)
91 for details.
92
93 netdev.change_mac
94 Called when the netdev_name has the MAC changed
95
96 See probe::netdev.change_mac(3stap)
97 for details.
98
99
101 probe::netdev.receive(3stap), probe::netdev.transmit(3stap),
102 probe::netdev.change_mtu(3stap), probe::netdev.open(3stap),
103 probe::netdev.close(3stap), probe::netdev.hard_transmit(3stap),
104 probe::netdev.rx(3stap), probe::netdev.change_rx_flag(3stap),
105 probe::netdev.set_promiscuity(3stap), probe::netdev.ioctl(3stap),
106 probe::netdev.register(3stap), probe::netdev.unregister(3stap),
107 probe::netdev.get_stats(3stap), probe::netdev.change_mac(3stap),
108 stap(1), stapprobes(3stap)
109
110
111
112SystemTap Tapset Reference November 2021 TAPSET::NETWORKING(3stap)