Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcpdump/
HDprint-sctp.c143 #define SCTP_DATA_FIRST_FRAG 0x02 macro
609 if ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG) in sctp_print()
610 == SCTP_DATA_FIRST_FRAG) in sctp_print()
620 ((chunkDescPtr->chunkFlg & SCTP_DATA_FIRST_FRAG) in sctp_print()
621 == SCTP_DATA_FIRST_FRAG) in sctp_print()
/freebsd-11-stable/sys/netinet/
HDsctp.h498 #define SCTP_DATA_FIRST_FRAG 0x02 macro
HDsctp_indata.c850 if (tchk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_handle_old_unordered_data()
956 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_inject_old_unordered_data()
1337 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_add_chk_to_control()
1427 if ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0) { in sctp_queue_data_for_reasm()
1446 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_queue_data_for_reasm()
1734 if (chk_flags & SCTP_DATA_FIRST_FRAG) { in sctp_process_a_data_chunk()
1875 ((chk_flags & SCTP_DATA_FIRST_FRAG) == 0) && in sctp_process_a_data_chunk()
2024 if ((chk_flags & SCTP_DATA_FIRST_FRAG) && in sctp_process_a_data_chunk()
5537 if (chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) { in sctp_flush_reassm_for_str_seq()
HDsctp_output.c7339 rcv_flags |= SCTP_DATA_FIRST_FRAG; in sctp_move_to_outqueue()
7372 rcv_flags |= SCTP_DATA_FIRST_FRAG; in sctp_move_to_outqueue()
8789 ((chk->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG) == 0)) in sctp_med_chunk_output()
HDsctputil.c4803 if (sent || !(tp1->rec.data.rcv_flags & SCTP_DATA_FIRST_FRAG)) { in sctp_release_pr_sctp_chunk()