Searched refs:mid_uo (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | stream_interleave.c | 586 if (MID_lt(cevent->mid, sin->mid_uo)) in sctp_intl_retrieve_partial_uo() 588 if (MID_lt(sin->mid_uo, cevent->mid)) in sctp_intl_retrieve_partial_uo() 678 sin->mid_uo = cevent->mid; in sctp_intl_retrieve_reassembled_uo() 751 if (sin->pd_mode_uo && event->mid == sin->mid_uo && in sctp_intl_reasm_uo() 787 sin->mid_uo = cevent->mid; in sctp_intl_retrieve_first_uo() 793 cevent->mid == sin->mid_uo && in sctp_intl_retrieve_first_uo() 1073 mid = sin->mid_uo; in sctp_intl_abort_pd() 1266 if (sin->pd_mode_uo && MID_lt(sin->mid_uo, mid)) { in sctp_intl_skip()
|
H A D | stream.c | 201 SCTP_SO(stream, i)->mid_uo = 0; in sctp_stream_clear() 762 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_tsnreq() 956 sout->mid_uo = 0; in sctp_process_strreset_resp() 962 sout->mid_uo = 0; in sctp_process_strreset_resp() 1028 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_resp()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | stream_interleave.c | 580 if (MID_lt(cevent->mid, sin->mid_uo)) in sctp_intl_retrieve_partial_uo() 582 if (MID_lt(sin->mid_uo, cevent->mid)) in sctp_intl_retrieve_partial_uo() 672 sin->mid_uo = cevent->mid; in sctp_intl_retrieve_reassembled_uo() 745 if (sin->pd_mode_uo && event->mid == sin->mid_uo && in sctp_intl_reasm_uo() 781 sin->mid_uo = cevent->mid; in sctp_intl_retrieve_first_uo() 787 cevent->mid == sin->mid_uo && in sctp_intl_retrieve_first_uo() 1065 mid = sin->mid_uo; in sctp_intl_abort_pd() 1258 if (sin->pd_mode_uo && MID_lt(sin->mid_uo, mid)) { in sctp_intl_skip()
|
H A D | stream.c | 201 SCTP_SO(stream, i)->mid_uo = 0; in sctp_stream_clear() 762 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_tsnreq() 956 sout->mid_uo = 0; in sctp_process_strreset_resp() 962 sout->mid_uo = 0; in sctp_process_strreset_resp() 1028 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_resp()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 420 (sctp_stream_##type((stream), (sid))->mid_uo) 424 (sctp_stream_##type((stream), (sid))->mid_uo++) 1422 __u32 mid_uo; member 1432 __u32 mid_uo; member
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 425 (sctp_stream_##type((stream), (sid))->mid_uo) 429 (sctp_stream_##type((stream), (sid))->mid_uo++) 1443 __u32 mid_uo; member 1453 __u32 mid_uo; member
|
Completed in 13 milliseconds