Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sctp.c96 #define SCTP_DATA 0x00 macro
116 { SCTP_DATA, "DATA" },
556 case SCTP_DATA : in sctp_print()
/freebsd/sys/netinet/
H A Dsctp_constants.h381 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
382 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h442 #define SCTP_DATA 0x00 macro
H A Dsctp_indata.c1937 if (chk_type == SCTP_DATA) { in sctp_process_a_data_chunk()
2720 (ch->chunk_type == SCTP_DATA)) { in sctp_process_data()
2741 if ((ch->chunk_type == SCTP_DATA) || in sctp_process_data()
2745 if (ch->chunk_type == SCTP_DATA) { in sctp_process_data()
2759 ch->chunk_type == SCTP_DATA ? "DATA" : "I-DATA", in sctp_process_data()
H A Dsctp_output.c6308 if (sctp_auth_is_required_chunk(SCTP_DATA, asoc->peer_auth_chunks)) { in sctp_get_frag_point()
6478 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { in sctp_msg_append()
7622 dchkh->ch.chunk_type = SCTP_DATA; in sctp_move_to_outqueue()
8609 data_auth_reqd = sctp_auth_is_required_chunk(SCTP_DATA, in sctp_med_chunk_output()
8709 SCTP_DATA); in sctp_med_chunk_output()
9620 data_auth_reqd = sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks); in sctp_chunk_retransmission()
9735 SCTP_DATA); in sctp_chunk_retransmission()
9792 SCTP_DATA); in sctp_chunk_retransmission()
12489 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { in sctp_copy_it_in()
H A Dsctp_input.c3056 case SCTP_DATA: in process_chunk_drop()
4179 if (desc.chunk_type == SCTP_DATA) { in sctp_handle_packet_dropped()
5520 sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.local_auth_chunks)) { in sctp_common_input_processing()
5566 sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.local_auth_chunks) && in sctp_common_input_processing()
H A Dsctp_usrreq.c127 if (sctp_auth_is_required_chunk(SCTP_DATA, asoc->peer_auth_chunks)) { in sctp_pathmtu_adjustment()
/freebsd/sys/netpfil/pf/
H A Dpf_norm.c2068 case SCTP_DATA: in pf_scan_sctp()