Home
last modified time | relevance | path

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

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