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_int32_t sc_tsreflect; /* timestamp to reflect */59 u_int32_t sc_tsoff; /* ts offset w/ syncookies */60 u_int32_t sc_flowlabel; /* IPv6 flowlabel */61 tcp_seq sc_irs; /* seq from peer */62 tcp_seq sc_iss; /* our ISS */63 struct mbuf *sc_ipopts; /* source route */[all …]