Home
last modified time | relevance | path

Searched defs:syncache (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_syncache.h49 struct syncache { struct
51 struct in_conninfo sc_inc; /* addresses */
52 int sc_rxttime; /* retransmit time */
53 u_int16_t sc_rxmits; /* retransmit counter */
54 u_int16_t sc_port; /* remote UDP encaps port */
55 u_int32_t sc_tsreflect; /* timestamp to reflect */
56 u_int32_t sc_tsoff; /* ts offset w/ syncookies */
57 u_int32_t sc_flowlabel; /* IPv6 flowlabel */
58 tcp_seq sc_irs; /* seq from peer */
59 tcp_seq sc_iss; /* our ISS */
[all …]