pf.c | 3823 u_int32_t ack, end, seq, orig_seq; local in function:pf_test_state_tcp 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,
|