Searched defs:pf_state_peer (Results 1 – 1 of 1) sorted by relevance
952 struct pf_state_peer { struct953 struct pf_state_scrub *scrub; /* state is scrubbed */954 u_int32_t seqlo; /* Max sequence number sent */955 u_int32_t seqhi; /* Max the other end ACKd + win */956 u_int32_t seqdiff; /* Sequence number modulator */957 u_int16_t max_win; /* largest window (pre scaling) */958 u_int16_t mss; /* Maximum segment size option */959 u_int8_t state; /* active state level */960 u_int8_t wscale; /* window scaling factor */961 u_int8_t tcp_est; /* Did we reach TCPS_ESTABLISHED */[all …]