Searched defs:tcp_log_buffer (Results 1 – 1 of 1) sorted by relevance
129 struct tcp_log_buffer struct132 struct timeval tlb_tv; /* Timestamp of trace */133 uint32_t tlb_ticks; /* Timestamp of trace */134 uint32_t tlb_sn; /* Serial number */135 uint8_t tlb_stackid; /* Stack ID */136 uint8_t tlb_eventid; /* Event ID */137 uint16_t tlb_eventflags; /* Flags for the record */143 int tlb_errno; /* Event error (if any) */146 struct tcp_log_sockbuf tlb_rxbuf; /* Receive buffer */147 struct tcp_log_sockbuf tlb_txbuf; /* Send buffer */[all …]