Lines Matching refs:packet
10 This page describes how to get information about network packet processing
13 Network stack contains infrastructure to figure out how long the network packet
18 network packet statistics is collected. For RX, only UDP, TCP or raw packet
19 type network packet statistics is collected.
33 The TX time tells how long it took for network packet from its creation to
42 information for TX or RX network packets are collected when the network packet
54 took for a network packet to go from previous state to next.
61 packet creation to this state, is **22** microseconds in this example.
62 * The correct TX thread is invoked, and the packet is read from the transmit
64 * The network packet was just sent and the network stack is about to free the
65 network packet. It took **23** microseconds from previous state.
66 * In total it took on average **60** microseconds to get the network packet
75 packet creation to this state, is **9** microseconds in this example.
76 * The correct RX thread is invoked, and the packet is read from the receive
78 * The network packet is then processed and placed to correct socket queue.
82 * In total it took on average **39** microseconds to get the network packet