Searched defs:pktgen_info (Results 1 – 1 of 1) sorted by relevance
100 struct pktgen_info { struct106 __u32 flags; 120 int pkt_size; /* = ETH_ZLEN; */121 int nfrags;122 __u32 ipg; /* Default Interpacket gap in nsec */123 __u64 count; /* Default No packets to send */124 __u64 sofar; /* How many pkts we've sent so far */125 __u64 errors; /* Errors when trying to transmit, pkts will be re-sent */126 struct timeval started_at;127 struct timeval stopped_at;[all …]