Searched defs:pf_state_peer (Results 1 – 2 of 2) sorted by relevance
343 struct pf_state_peer { struct344 struct pf_state_scrub *scrub; /* state is scrubbed */345 u_int32_t seqlo; /* Max sequence number sent */346 u_int32_t seqhi; /* Max the other end ACKd + win */347 u_int32_t seqdiff; /* Sequence number modulator */348 u_int16_t max_win; /* largest window (pre scaling) */349 u_int16_t mss; /* Maximum segment size option */350 u_int8_t state; /* active state level */351 u_int8_t wscale; /* window scaling factor */352 u_int8_t tcp_est; /* Did we reach TCPS_ESTABLISHED */[all …]
455 struct pf_state_peer { struct456 struct pf_state_scrub *scrub; /* state is scrubbed */457 u_int32_t seqlo; /* Max sequence number sent */458 u_int32_t seqhi; /* Max the other end ACKd + win */459 u_int32_t seqdiff; /* Sequence number modulator */460 u_int16_t max_win; /* largest window (pre scaling) */461 u_int16_t mss; /* Maximum segment size option */462 u_int8_t state; /* active state level */463 u_int8_t wscale; /* window scaling factor */464 u_int8_t tcp_est; /* Did we reach TCPS_ESTABLISHED */[all …]