Home
last modified time | relevance | path

Searched refs:SCTP_FROM_SCTP_INDATA (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_indata.c443 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_INDATA + SCTP_LOC_1; in sctp_abort_in_reasm()
532 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_INDATA + SCTP_LOC_2; in sctp_queue_data_to_stream()
622 stcb->sctp_ep->last_abort_code = SCTP_FROM_SCTP_INDATA + SCTP_LOC_3; in sctp_queue_data_to_stream()
955 SCTP_FROM_SCTP_INDATA + SCTP_LOC_4); in sctp_inject_old_unordered_data()
1020 SCTP_FROM_SCTP_INDATA + SCTP_LOC_5); in sctp_inject_old_unordered_data()
1382 SCTP_FROM_SCTP_INDATA + SCTP_LOC_6); in sctp_queue_data_for_reasm()
1395 SCTP_FROM_SCTP_INDATA + SCTP_LOC_7); in sctp_queue_data_for_reasm()
1425 SCTP_FROM_SCTP_INDATA + SCTP_LOC_8); in sctp_queue_data_for_reasm()
1462 SCTP_FROM_SCTP_INDATA + SCTP_LOC_9); in sctp_queue_data_for_reasm()
1480 SCTP_FROM_SCTP_INDATA + SCTP_LOC_10); in sctp_queue_data_for_reasm()
[all …]
H A Dsctp_constants.h737 #define SCTP_FROM_SCTP_INDATA 0x30000000 macro