Home
last modified time | relevance | path

Searched refs:seqhi (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/pf/
H A Dpf.c1764 s->src.seqlo, s->src.seqhi, in pf_print_state_parts()
1771 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts()
4170 s->src.seqhi++; in pf_create_state()
4183 s->src.seqhi++; in pf_create_state()
4184 s->dst.seqhi = 1; in pf_create_state()
4287 s->src.seqhi = htonl(karc4random()); in pf_create_state()
4505 if (src->seqhi == 1 || in pf_tcp_track_full()
4569 if (SEQ_GEQ(src->seqhi, end) && in pf_tcp_track_full()
4745 src->seqhi = 1; in pf_tcp_track_full()
4946 if ((*state)->dst.seqhi == 1) in pf_test_state_tcp()
[all …]
H A Dpfvar.h761 u_int32_t seqhi; /* Max the other end ACKd + win */ member
882 u_int32_t seqhi; /* Max the other end ACKd + win */ member
939 (d)->seqhi = htonl((s)->seqhi); \
956 (d)->seqhi = ntohl((s)->seqhi); \
/dragonfly/usr.sbin/pfctl/
H A Dpf_print_state.c201 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff)); in print_seq()
204 ntohl(p->seqhi) - ntohl(p->seqlo)); in print_seq()