Home
last modified time | relevance | path

Searched refs:SCTP_DATA (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h384 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
385 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h435 #define SCTP_DATA 0x00 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h384 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
385 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h435 #define SCTP_DATA 0x00 macro
H A Dsctp_indata.c1949 if (chk_type == SCTP_DATA) { in sctp_process_a_data_chunk()
2732 (ch->chunk_type == SCTP_DATA)) { in sctp_process_data()
2753 if ((ch->chunk_type == SCTP_DATA) || in sctp_process_data()
2757 if (ch->chunk_type == SCTP_DATA) { in sctp_process_data()
2771 ch->chunk_type == SCTP_DATA ? "DATA" : "I-DATA", in sctp_process_data()
H A Dsctp_output.c6245 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) in sctp_get_frag_point()
6388 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { in sctp_msg_append()
7573 dchkh->ch.chunk_type = SCTP_DATA; in sctp_move_to_outqueue()
8551 data_auth_reqd = sctp_auth_is_required_chunk(SCTP_DATA, in sctp_med_chunk_output()
8651 SCTP_DATA); in sctp_med_chunk_output()
9536 data_auth_reqd = sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks); in sctp_chunk_retransmission()
9651 SCTP_DATA); in sctp_chunk_retransmission()
9708 SCTP_DATA); in sctp_chunk_retransmission()
12388 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { in sctp_copy_it_in()
H A Dsctp_input.c3097 case SCTP_DATA: in process_chunk_drop()
4229 if (desc.chunk_type == SCTP_DATA) { in sctp_handle_packet_dropped()
5517 sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.local_auth_chunks)) { in sctp_common_input_processing()
5563 sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.local_auth_chunks) && in sctp_common_input_processing()
H A Dsctp_usrreq.c116 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { in sctp_pathmtu_adjustment()