Home
last modified time | relevance | path

Searched refs:chunk_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/netinet/
Dsctp_indata.c1278 uint8_t chunk_flags; in sctp_process_a_data_chunk() local
1283 chunk_flags = ch->ch.chunk_flags; in sctp_process_a_data_chunk()
1284 if ((chunk_flags & SCTP_DATA_SACK_IMMEDIATELY) == SCTP_DATA_SACK_IMMEDIATELY) { in sctp_process_a_data_chunk()
1288 ordered = ((chunk_flags & SCTP_DATA_UNORDERED) == 0); in sctp_process_a_data_chunk()
1461 asoc->in_tsnlog[asoc->tsn_in_at].flgs = chunk_flags; in sctp_process_a_data_chunk()
1467 if ((chunk_flags & SCTP_DATA_FIRST_FRAG) && in sctp_process_a_data_chunk()
1469 (chunk_flags & SCTP_DATA_UNORDERED) == 0 && in sctp_process_a_data_chunk()
1534 if ((chunk_flags & SCTP_DATA_NOT_FRAG) == SCTP_DATA_NOT_FRAG && in sctp_process_a_data_chunk()
1554 chunk_flags, in sctp_process_a_data_chunk()
1567 if ((chunk_flags & SCTP_DATA_UNORDERED) == 0) { in sctp_process_a_data_chunk()
[all …]
Dsctp_input.c793 abort->ch.chunk_flags); in sctp_handle_abort()
799 abort->ch.chunk_flags); in sctp_handle_abort()
1181 ch->chunk_flags); in sctp_handle_error()
1188 ch->chunk_flags); in sctp_handle_error()
3125 override = cp->ch.chunk_flags & SCTP_CWR_REDUCE_OVERRIDE; in sctp_handle_ecn_cwr()
3790 fwdtsn.ch.chunk_flags = 0; in sctp_handle_str_reset_request_tsn()
4101 ch->chunk_flags = 0; in sctp_handle_stream_reset()
4243 if (cp->ch.chunk_flags & SCTP_FROM_MIDDLE_BOX) in sctp_handle_packet_dropped()
4287 if ((cp->ch.chunk_flags & SCTP_FROM_MIDDLE_BOX)) in sctp_handle_packet_dropped()
4308 if ((cp->ch.chunk_flags & SCTP_FROM_MIDDLE_BOX)) in sctp_handle_packet_dropped()
[all …]
Dsctp.h61 uint8_t chunk_flags; /* chunk flags */ member
Dsctp_output.c4764 init->ch.chunk_flags = 0; in sctp_send_initiate()
5814 initack->ch.chunk_flags = 0; in sctp_send_initiate_ack()
7570 dchkh->ch.chunk_flags = chk->rec.data.rcv_flags; in sctp_move_to_outqueue()
8648 dchkh->ch.chunk_flags |= SCTP_DATA_SACK_IMMEDIATELY; in sctp_med_chunk_output()
8946 hdr->chunk_flags = 0; in sctp_queue_op_err()
9019 hdr->chunk_flags = 0; in sctp_send_cookie_echo()
9080 chdr->chunk_flags = 0; in sctp_send_heartbeat_ack()
9149 hdr->chunk_flags = 0; in sctp_send_cookie_ack()
9193 ack_cp->ch.chunk_flags = 0; in sctp_send_shutdown_ack()
9236 shutdown_cp->ch.chunk_flags = 0; in sctp_send_shutdown()
[all …]
Dsctp_asconf.c665 ack_cp->ch.chunk_flags = 0; in sctp_handle_asconf()
2632 acp->ch.chunk_flags = 0; in sctp_compose_asconf()
/freebsd-9-stable/sys/netinet/libalias/
Dalias_sctp.c935 chunk_hdr->chunk_flags = SCTP_MIDDLEBOX_FLAG; in TxAbortErrorM()
947 chunk_hdr->chunk_flags |= SCTP_HAD_NO_TCB; /* set Tbit */ in TxAbortErrorM()
1069 if ((chunk_hdr->chunk_flags & SCTP_HAD_NO_TCB) && in sctp_PktParser()