Linux Kernel
3.7.1
|
#include <packet_history.h>
Data Fields | |
struct tfrc_tx_hist_entry * | next |
u64 | seqno |
ktime_t | stamp |
tfrc_tx_hist_entry - Simple singly-linked TX history list : next oldest entry (LIFO order) : sequence number of this entry : send time of packet with sequence number
Definition at line 49 of file packet_history.h.
struct tfrc_tx_hist_entry* next |
Definition at line 50 of file packet_history.h.
u64 seqno |
Definition at line 51 of file packet_history.h.
Definition at line 52 of file packet_history.h.