Searched refs:seqhi (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sbin/pfctl/ |
| H A D | pf_print_state.c | 202 p->seqhi - p->seqlo, p->seqdiff); in print_seq() 205 p->seqhi - p->seqlo); in print_seq()
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | print-pfsync.c | 337 ntohl(p->seqhi) - ntohl(p->seqlo), ntohl(p->seqdiff)); in print_seq() 340 ntohl(p->seqhi) - ntohl(p->seqlo)); in print_seq()
|
| /freebsd-14.2/sys/netpfil/pf/ |
| H A D | pf.c | 2368 s->src.seqhi, s->src.seqlo + 1, in pf_unlink_state() 2662 s->src.seqlo, s->src.seqhi, in pf_print_state_parts() 2669 s->dst.seqlo, s->dst.seqhi, in pf_print_state_parts() 5140 s->src.seqhi++; in pf_create_state() 5153 s->src.seqhi++; in pf_create_state() 5154 s->dst.seqhi = 1; in pf_create_state() 5551 if (src->seqhi == 1 || in pf_tcp_track_full() 5613 if (SEQ_GEQ(src->seqhi, end) && in pf_tcp_track_full() 5766 src->seqhi = 1; in pf_tcp_track_full() 5926 if ((*state)->dst.seqhi == 1) in pf_synproxy() [all …]
|
| H A D | pf_nv.c | 917 nvlist_add_number(nvl, "seqhi", peer->seqhi); in pf_state_peer_to_nvstate_peer()
|
| /freebsd-14.2/sys/net/ |
| H A D | pfvar.h | 918 u_int32_t seqhi; /* Max the other end ACKd + win */ member 972 uint32_t seqhi; /* Max the other end ACKd + win */ member 1093 u_int32_t seqhi; /* Max the other end ACKd + win */ member 1224 (d)->seqhi = htonl((s)->seqhi); \ 1241 (d)->seqhi = ntohl((s)->seqhi); \
|
| /freebsd-14.2/lib/libpfctl/ |
| H A D | libpfctl.h | 317 uint32_t seqhi; member
|
| H A D | libpfctl.c | 1152 ps->seqhi = s->seqhi; in pf_state_peer_export_to_state_peer()
|