OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compare_with_wrap
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_indata.c
830
if (
compare_with_wrap
(strm->last_sequence_delivered,
926
if (
compare_with_wrap
(at->rec.data.stream_seq,
1195
if (
compare_with_wrap
(at->rec.data.TSN_seq,
1616
if (
compare_with_wrap
(chk->rec.data.TSN_seq,
1683
if (
compare_with_wrap
(asoc->cumulative_tsn, tsn, MAX_TSN) ||
1710
if (
compare_with_wrap
(tsn, *high_tsn, MAX_TSN)) {
1768
if (
compare_with_wrap
(tsn,
1835
(
compare_with_wrap
(asoc->strmin[strmno].last_sequence_delivered,
1967
if (
compare_with_wrap
(tsn, asoc->highest_tsn_inside_map, MAX_TSN)) {
2161
((
compare_with_wrap
(tsn, ntohl(asoc->pending_reply->reset_at_tsn), MAX_TSN)) |
[
all
...]
sctp_constants.h
643
#define
compare_with_wrap
(a, b, M) (((a > b) && ((a - b) < ((M >> 1) + 1))) || \
macro
sctp_timer.c
434
if ((
compare_with_wrap
(stcb->asoc.last_acked_seq,
550
if (
compare_with_wrap
(chk->rec.data.TSN_seq,
833
if (
compare_with_wrap
(stcb->asoc.advanced_peer_ack_point,
sctp_input.c
2249
if (
compare_with_wrap
(lchk->rec.data.TSN_seq, tsn, MAX_SEQ))
2257
if (
compare_with_wrap
(tsn, stcb->asoc.last_cwr_tsn, MAX_TSN)) {
2308
if (
compare_with_wrap
(ntohl(cp->tsn), ntohl(ecne->tsn),
2387
if (
compare_with_wrap
(tp1->rec.data.TSN_seq, tsn,
2687
(
compare_with_wrap
(stcb->asoc.cumulative_tsn, tsn, MAX_TSN))) {
3788
if (
compare_with_wrap
(stcb->asoc.cumulative_tsn,
3798
if (
compare_with_wrap
(stcb->asoc.cumulative_tsn,
3816
if (
compare_with_wrap
(high_tsn, stcb->asoc.last_echo_tsn,
3983
if (
compare_with_wrap
(stcb->asoc.highest_tsn_inside_map,
sctp_pcb.c
4506
if (
compare_with_wrap
(chk->rec.data.TSN_seq,
4537
if (
compare_with_wrap
(chk->rec.data.TSN_seq,
sctp_output.c
7829
if (
compare_with_wrap
(asoc->cumulative_tsn, asoc->highest_tsn_inside_map, MAX_TSN)) {
8617
if (
compare_with_wrap
(high_tsn, ntohl(cwr->tsn),
Completed in 27 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025