Home
last modified time | relevance | path

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

/netbsd-src/sys/dist/pf/net/
H A Dpfvar.h692 struct pf_state_peer { struct
693 u_int32_t seqlo; /* Max sequence number sent */
694 u_int32_t seqhi; /* Max the other end ACKd + win */
695 u_int32_t seqdiff; /* Sequence number modulator */
696 u_int16_t max_win; /* largest window (pre scaling) */
697 u_int8_t state; /* active state level */
698 u_int8_t wscale; /* window scaling factor */
699 u_int16_t mss; /* Maximum segment size option */
700 u_int8_t tcp_est; /* Did we reach TCPS_ESTABLISHED */
701 struct pf_state_scrub *scrub; /* state is scrubbed */
[all …]