Unix and Linux Discussions Tagged with networking |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
10 |
19,019 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
30,711 |
Solaris |
|
|
|
6 |
18,636 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
27,755 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
18,564 |
Ubuntu |
|
|
|
1 |
5,991 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
23,144 |
Debian |
|
|
|
5 |
7,235 |
AIX |
|
|
|
3 |
11,425 |
IP Networking |
|
|
|
0 |
10,099 |
IP Networking |
|
|
|
1 |
7,886 |
Linux |
|
|
|
2 |
8,887 |
Shell Programming and Scripting |
|
|
|
1 |
3,725 |
What is on Your Mind? |
|
|
|
0 |
3,811 |
IP Networking |
|
|
|
5 |
5,250 |
AIX |
|
|
|
0 |
3,576 |
IP Networking |
|
|
|
7 |
4,526 |
Solaris |
|
|
|
5 |
6,065 |
Shell Programming and Scripting |
|
|
|
0 |
4,271 |
Cybersecurity |
|
|
|
0 |
3,033 |
IP Networking |
|
|
|
1 |
7,358 |
Hardware |
|
|
|
11 |
8,272 |
Solaris |
|
|
|
3 |
6,123 |
IP Networking |
|
|
|
2 |
3,455 |
IP Networking |
|
|
|
6 |
4,873 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,909 |
Ubuntu |
|
|
|
3 |
5,834 |
BSD |
|
|
|
2 |
5,774 |
IP Networking |
|
|
|
1 |
6,989 |
Fedora |
|
|
|
4 |
5,042 |
AIX |
|
|
|
2 |
15,596 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,189 |
What is on Your Mind? |
|
|
|
2 |
52,781 |
AIX |
|
|
|
2 |
3,871 |
IP Networking |
|
|
|
2 |
3,531 |
Programming |
|
|
|
2 |
15,937 |
UNIX for Dummies Questions & Answers |
|
|
|
7 |
5,948 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
10,952 |
IP Networking |
|
|
|
1 |
7,477 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
11,523 |
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)