Home
last modified time | relevance | path

Searched refs:SCTP_MID_GE (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h869 #define SCTP_MID_GE(i, a, b) (((i) == 1) ? SCTP_UINT32_GE(a, b) : SCTP_UINT16_GE((uint16_t)a, (uint… macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h869 #define SCTP_MID_GE(i, a, b) (((i) == 1) ? SCTP_UINT32_GE(a, b) : SCTP_UINT16_GE((uint16_t)a, (uint… macro
H A Dsctp_indata.c2000 SCTP_MID_GE(asoc->idata_supported, asoc->strmin[sid].last_mid_delivered, mid)) { in sctp_process_a_data_chunk()
5251 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) { in sctp_kick_prsctp_reorder_queue()
5658 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) { in sctp_handle_forward_tsn()
5665 if (SCTP_MID_GE(asoc->idata_supported, mid, control->mid)) { in sctp_handle_forward_tsn()