Searched defs:syncache (Results 1 – 1 of 1) sorted by relevance
53 struct syncache { struct55 struct in_conninfo sc_inc; /* addresses */56 int sc_rxttime; /* retransmit time */57 u_int16_t sc_rxmits; /* retransmit counter */58 u_int16_t sc_port; /* remote UDP encaps port */59 u_int32_t sc_tsreflect; /* timestamp to reflect */60 u_int32_t sc_tsoff; /* ts offset w/ syncookies */61 u_int32_t sc_flowlabel; /* IPv6 flowlabel */62 tcp_seq sc_irs; /* seq from peer */63 tcp_seq sc_iss; /* our ISS */[all …]