Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h53 struct syncache { struct
56 int sc_rxttime; /* retransmit time */
61 tcp_seq sc_irs; /* seq from peer */
62 tcp_seq sc_iss; /* our ISS */
64 u_int16_t sc_peer_mss; /* peer's MSS */
66 u_int8_t sc_ip_ttl; /* TTL / Hop Limit */
68 u_int8_t sc_requested_s_scale:4,
69 sc_requested_r_scale:4;
70 u_int16_t sc_flags;
98 struct syncache_head { argument
[all …]