Searched refs:orig_seq (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 3823 u_int32_t ack, end, seq, orig_seq; local 3954 orig_seq = seq = ntohl(th->th_seq); 4085 ((th->th_flags & TH_RST) == 0 || orig_seq == src->seqlo || 4086 (orig_seq == src->seqlo + 1) || (pd->flags & PFDESC_IP_REAS) == 0)) { 4181 "pkts=%llu:%llu\n", seq, orig_seq, ack, pd->p_len, 4236 seq, orig_seq, ack, pd->p_len, ackskew,
|