Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp.h61 uint8_t chunk_flags; /* chunk flags */ member
H A Dsctp_output.c4676 init->ch.chunk_flags = 0; in sctp_send_initiate()
8938 hdr->chunk_flags = 0; in sctp_queue_op_err()
9008 hdr->chunk_flags = 0; in sctp_send_cookie_echo()
9062 chdr->chunk_flags = 0; in sctp_send_heartbeat_ack()
9126 hdr->chunk_flags = 0; in sctp_send_cookie_ack()
11160 ch->chunk_flags = 0; in sctp_send_resp_msg()
11311 hb->ch.chunk_flags = 0; in sctp_send_hb()
11420 ecne->ch.chunk_flags = 0; in sctp_send_ecn_echo()
11860 ch->chunk_flags = 0; in sctp_send_deferred_reset_response()
12013 ch->chunk_flags = 0; in sctp_send_stream_reset_out_if_possible()
[all …]
H A Dsctp_input.c801 abort->ch.chunk_flags); in sctp_handle_abort()
807 abort->ch.chunk_flags); in sctp_handle_abort()
1145 ch->chunk_flags); in sctp_handle_error()
1152 ch->chunk_flags); in sctp_handle_error()
3025 override = cp->ch.chunk_flags & SCTP_CWR_REDUCE_OVERRIDE; in sctp_handle_ecn_cwr()
3730 fwdtsn.ch.chunk_flags = 0; in sctp_handle_str_reset_request_tsn()
4051 ch->chunk_flags = 0; in sctp_handle_stream_reset()
4192 pktdrp_flags = cp->ch.chunk_flags; in sctp_handle_packet_dropped()
4520 if ((((ch->chunk_flags & SCTP_HAD_NO_TCB) == 0) && in sctp_process_control()
4522 (((ch->chunk_flags & SCTP_HAD_NO_TCB) == SCTP_HAD_NO_TCB) && in sctp_process_control()
[all …]
H A Dsctp_asconf.c683 ack_cp->ch.chunk_flags = 0; in sctp_handle_asconf()
2605 acp->ch.chunk_flags = 0; in sctp_compose_asconf()
H A Dsctp_indata.c1717 chk_flags = chunk->ch.chunk_flags; in sctp_process_a_data_chunk()
1734 chk_flags = chunk->ch.chunk_flags; in sctp_process_a_data_chunk()
1984 asoc->in_tsnlog[asoc->tsn_in_at].flgs = chunk_flags; in sctp_process_a_data_chunk()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h61 uint8_t chunk_flags; /* chunk flags */ member
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c953 chunk_hdr->chunk_flags = SCTP_MIDDLEBOX_FLAG; in TxAbortErrorM()
965 chunk_hdr->chunk_flags |= SCTP_HAD_NO_TCB; /* set Tbit */ in TxAbortErrorM()
1088 if ((chunk_hdr->chunk_flags & SCTP_HAD_NO_TCB) && in sctp_PktParser()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c606 chunk->chunk_flags = 0; in ipfw_send_abort()
608 chunk->chunk_flags |= SCTP_HAD_NO_TCB; in ipfw_send_abort()