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