Unix and Linux Discussions Tagged with ip networking |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
1 |
15,130 |
IP Networking |
|
|
|
5 |
9,541 |
IP Networking |
|
|
|
1 |
4,929 |
IP Networking |
|
|
|
0 |
4,614 |
IP Networking |
|
|
|
0 |
4,669 |
IP Networking |
|
|
|
0 |
4,444 |
IP Networking |
|
|
|
2 |
7,002 |
IP Networking |
|
|
|
0 |
29,137 |
IP Networking |
|
|
|
4 |
6,046 |
IP Networking |
|
|
|
0 |
4,523 |
IP Networking |
|
|
|
4 |
5,106 |
IP Networking |
|
|
|
3 |
6,421 |
IP Networking |
|
|
|
1 |
5,743 |
IP Networking |
|
|
|
2 |
5,309 |
IP Networking |
|
|
|
10 |
13,459 |
IP Networking |
|
|
|
1 |
4,737 |
IP Networking |
|
|
|
9 |
14,040 |
IP Networking |
|
|
|
6 |
5,773 |
IP Networking |
|
|
|
15 |
10,481 |
IP Networking |
|
|
|
0 |
5,651 |
IP Networking |
|
|
|
0 |
4,146 |
IP Networking |
|
|
|
3 |
5,097 |
IP Networking |
|
|
|
0 |
4,201 |
IP Networking |
|
|
|
4 |
4,777 |
IP Networking |
|
|
|
0 |
4,970 |
IP Networking |
|
|
|
9 |
8,148 |
IP Networking |
|
|
|
6 |
8,452 |
IP Networking |
|
|
|
12 |
21,827 |
IP Networking |
|
|
|
4 |
5,742 |
IP Networking |
|
|
|
2 |
6,732 |
IP Networking |
|
|
|
0 |
6,174 |
IP Networking |
|
|
|
12 |
17,999 |
IP Networking |
|
|
|
0 |
4,847 |
IP Networking |
|
|
|
0 |
5,828 |
IP Networking |
|
|
|
0 |
4,917 |
IP Networking |
|
|
|
0 |
4,999 |
IP Networking |
|
|
|
0 |
5,199 |
IP Networking |
|
|
|
2 |
6,858 |
IP Networking |
|
|
|
0 |
5,211 |
IP Networking |
|
|
|
2 |
4,294 |
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)