Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h494 #define SCTP_DATA_FIRST_FRAG 0x02 macro
H A Dsctp_indata.c820 if (tchk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_handle_old_unordered_data()
926 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_inject_old_unordered_data()
1315 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_add_chk_to_control()
1405 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0) { in sctp_queue_data_for_reasm()
1424 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_queue_data_for_reasm()
1722 if (chk_flags & SCTP_DATA_FIRST_FRAG) { in sctp_process_a_data_chunk()
1863 ((chk_flags & SCTP_DATA_FIRST_FRAG) == 0) && in sctp_process_a_data_chunk()
1997 if ((chk_flags & SCTP_DATA_FIRST_FRAG) && in sctp_process_a_data_chunk()
5434 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_flush_reassm_for_str_seq()
H A Dsctp_output.c7279 rcv_flags |= SCTP_DATA_FIRST_FRAG; in sctp_move_to_outqueue()
7312 rcv_flags |= SCTP_DATA_FIRST_FRAG; in sctp_move_to_outqueue()
8718 ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0)) in sctp_med_chunk_output()
H A Dsctputil.c5022 if (sent || !(tp1->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG)) { in sctp_release_pr_sctp_chunk()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h494 #define SCTP_DATA_FIRST_FRAG 0x02 macro