Unix and Linux Discussions Tagged with ip networking |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
20,162 |
IP Networking |
|
|
|
5 |
14,870 |
IP Networking |
|
|
|
1 |
9,430 |
IP Networking |
|
|
|
0 |
9,275 |
IP Networking |
|
|
|
0 |
9,619 |
IP Networking |
|
|
|
0 |
8,991 |
IP Networking |
|
|
|
2 |
11,893 |
IP Networking |
|
|
|
0 |
33,867 |
IP Networking |
|
|
|
4 |
11,687 |
IP Networking |
|
|
|
0 |
9,314 |
IP Networking |
|
|
|
4 |
9,790 |
IP Networking |
|
|
|
3 |
11,646 |
IP Networking |
|
|
|
1 |
11,005 |
IP Networking |
|
|
|
2 |
10,004 |
IP Networking |
|
|
|
10 |
24,679 |
IP Networking |
|
|
|
1 |
8,924 |
IP Networking |
|
|
|
9 |
20,505 |
IP Networking |
|
|
|
6 |
10,919 |
IP Networking |
|
|
|
15 |
21,505 |
IP Networking |
|
|
|
0 |
9,939 |
IP Networking |
|
|
|
0 |
8,320 |
IP Networking |
|
|
|
3 |
9,679 |
IP Networking |
|
|
|
0 |
8,544 |
IP Networking |
|
|
|
4 |
9,032 |
IP Networking |
|
|
|
0 |
9,260 |
IP Networking |
|
|
|
9 |
15,349 |
IP Networking |
|
|
|
6 |
13,740 |
IP Networking |
|
|
|
12 |
31,757 |
IP Networking |
|
|
|
4 |
9,985 |
IP Networking |
|
|
|
2 |
11,148 |
IP Networking |
|
|
|
0 |
10,313 |
IP Networking |
|
|
|
12 |
27,848 |
IP Networking |
|
|
|
0 |
8,779 |
IP Networking |
|
|
|
0 |
10,301 |
IP Networking |
|
|
|
0 |
9,619 |
IP Networking |
|
|
|
0 |
9,308 |
IP Networking |
|
|
|
0 |
10,316 |
IP Networking |
|
|
|
2 |
12,095 |
IP Networking |
|
|
|
0 |
9,345 |
IP Networking |
|
|
|
2 |
6,323 |
IP Networking |
tapset::networking(3stap) tapset::networking(3stap)
NAME
tapset::networking - systemtap networking tapset
DESCRIPTION
This family of probe points is used to probe the activities of the network device.
netdev.receive
Data received from network device.
See probe::netdev.receive(3stap)
for details.
netdev.transmit
Network device transmitting buffer
See probe::netdev.transmit(3stap)
for details.
netdev.change_mtu
Called when the netdev MTU is changed
See probe::netdev.change_mtu(3stap)
for details.
netdev.open
Called when the device is opened
See probe::netdev.open(3stap)
for details.
netdev.close
Called when the device is closed
See probe::netdev.close(3stap)
for details.
netdev.hard_transmit
Called when the devices is going to TX (hard)
See probe::netdev.hard_transmit(3stap)
for details.
netdev.rx
Called when the device is going to receive a packet
See probe::netdev.rx(3stap)
for details.
netdev.change_rx_flag
Called when the device RX flag will be changed
See probe::netdev.change_rx_flag(3stap)
for details.
netdev.set_promiscuity
Called when the device enters/leaves promiscuity
See probe::netdev.set_promiscuity(3stap)
for details.
netdev.ioctl
Called when the device suffers an IOCTL
See probe::netdev.ioctl(3stap)
for details.
netdev.register
Called when the device is registered
See probe::netdev.register(3stap)
for details.
netdev.unregister
Called when the device is being unregistered
See probe::netdev.unregister(3stap)
for details.
netdev.get_stats
Called when someone asks the device statistics
See probe::netdev.get_stats(3stap)
for details.
netdev.change_mac
Called when the netdev_name has the MAC changed
See probe::netdev.change_mac(3stap)
for details.
SEE ALSO
probe::netdev.receive(3stap), probe::netdev.transmit(3stap), probe::netdev.change_mtu(3stap), probe::netdev.open(3stap),
probe::netdev.close(3stap), probe::netdev.hard_transmit(3stap), probe::netdev.rx(3stap), probe::netdev.change_rx_flag(3stap),
probe::netdev.set_promiscuity(3stap), probe::netdev.ioctl(3stap), probe::netdev.register(3stap), probe::netdev.unregister(3stap),
probe::netdev.get_stats(3stap), probe::netdev.change_mac(3stap), stap(1), stapprobes(3stap)
IBM
--- tapset::networking(3stap)