OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SEQ_LEQ
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
tcp_seq.h
43
#define
SEQ_LEQ
(a,b) ((int)((a)-(b)) <= 0)
tcp_sack.c
288
if (
SEQ_LEQ
(right, acked) || SEQ_GT(right, tp->snd_max) ||
330
if (
SEQ_LEQ
(sack->right, cur->start))
340
if (
SEQ_LEQ
(sack->left, cur->start)) {
411
if (
SEQ_LEQ
(cur->end, lastack)) {
tcp_input.c
587
if (
SEQ_LEQ
(q->ipqe_seq, pkt_seq) &&
608
SEQ_LEQ
(q->ipqe_seq + q->ipqe_len, pkt_seq + pkt_len)) {
681
if (
SEQ_LEQ
(q->ipqe_seq, pkt_seq))
1831
if (opti.ts_present &&
SEQ_LEQ
(th->th_seq, tp->last_ack_sent)) {
1839
SEQ_LEQ
(th->th_ack, tp->snd_max) &&
2062
(
SEQ_LEQ
(th->th_ack, tp->iss) ||
2166
(
SEQ_LEQ
(th->th_ack, tp->iss) ||
2352
SEQ_LEQ
(th->th_seq, tp->last_ack_sent) &&
2353
SEQ_LEQ
(tp->last_ack_sent, th->th_seq + tlen +
2468
if (
SEQ_LEQ
(th->th_ack, tp->snd_una))
[
all
...]
tcp_syncache.c
576
SEQ_LEQ
(th->th_seq, sc->sc_irs) ||
/src/sys/net/npf/
npf_state_tcp.c
88
#define
SEQ_LEQ
(a,b) ((int)((a)-(b)) <= 0)
407
if (!
SEQ_LEQ
(end, fstate->nst_maxend)) {
/src/sys/net80211/
ieee80211_input.c
512
#define
SEQ_LEQ
(a,b) ((int)((a)-(b)) <= 0)
698
SEQ_LEQ
(rxseq, ni->ni_rxseqs[tid]))
753
#undef
SEQ_LEQ
Completed in 17 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025