Home
last modified time | relevance | path

Searched refs:SCTP_DATA_LAST_FRAG (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h512 #define SCTP_DATA_LAST_FRAG 0x01 macro
Dsctp_indata.c1355 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_add_chk_to_control()
1496 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_queue_data_for_reasm()
1528 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_queue_data_for_reasm()
1579 if (chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) { in sctp_queue_data_for_reasm()
Dsctputil.c3690 ssfe->ssfe_info.snd_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
3709 ssf->ssf_info.sinfo_flags = SCTP_DATA_LAST_FRAG; in sctp_notify_send_failed2()
5597 } else if (tp1->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) {
5638 if (tp1->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) {
5710 chk->rec.data.rcv_flags |= SCTP_DATA_LAST_FRAG;
Dsctp_output.c7848 rcv_flags |= SCTP_DATA_LAST_FRAG;
8077 if (rcv_flags & SCTP_DATA_LAST_FRAG) {
8084 if (rcv_flags & SCTP_DATA_LAST_FRAG) {
8089 if (rcv_flags & SCTP_DATA_LAST_FRAG) {
9312 if (((chk->rec.data.rcv_flags & SCTP_DATA_LAST_FRAG) == SCTP_DATA_LAST_FRAG) &&
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h484 #define SCTP_DATA_LAST_FRAG 0x0001 /* tail part of the message could not be sent */ macro