Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_input.c1109 switch (chunk_type) { in sctp_process_unrecog_chunk()
1121 chunk_type, chunk_type); in sctp_process_unrecog_chunk()
3285 switch (desc->chunk_type) { in process_chunk_drop()
4245 ch->chunk_type = SCTP_STREAM_RESET; in sctp_handle_stream_reset()
4403 desc.chunk_type = ch->chunk_type; in sctp_handle_packet_dropped()
4420 if (desc.chunk_type == SCTP_DATA) { in sctp_handle_packet_dropped()
4431 if (desc.chunk_type == SCTP_DATA) { in sctp_handle_packet_dropped()
4766 ch->chunk_type, chk_length); in sctp_process_control()
4779 switch (ch->chunk_type) { in sctp_process_control()
4826 switch (ch->chunk_type) { in sctp_process_control()
[all …]
H A Dsctp_constants.h388 #define IS_SCTP_CONTROL(a) (((a)->chunk_type != SCTP_DATA) && ((a)->chunk_type != SCTP_IDATA))
389 #define IS_SCTP_DATA(a) (((a)->chunk_type == SCTP_DATA) || ((a)->chunk_type == SCTP_IDATA))
H A Dsctp.h62 uint8_t chunk_type; /* chunk type */ member
H A Dsctp_indata.c2763 (ch->chunk_type == SCTP_DATA)) { in sctp_process_data()
2774 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2784 if ((ch->chunk_type == SCTP_DATA) || in sctp_process_data()
2785 (ch->chunk_type == SCTP_IDATA)) { in sctp_process_data()
2788 if (ch->chunk_type == SCTP_DATA) { in sctp_process_data()
2802 ch->chunk_type == SCTP_DATA ? "DATA" : "I-DATA", in sctp_process_data()
2819 last_chunk, ch->chunk_type)) { in sctp_process_data()
2835 switch (ch->chunk_type) { in sctp_process_data()
2873 ch->chunk_type); in sctp_process_data()
2898 if (ch->chunk_type & 0x40) { in sctp_process_data()
[all …]
H A Dsctp_output.c7640 dchkh->ch.chunk_type = SCTP_DATA; in sctp_move_to_outqueue()
9080 hdr->chunk_type = SCTP_COOKIE_ECHO; in sctp_send_cookie_echo()
9198 hdr->chunk_type = SCTP_COOKIE_ACK; in sctp_send_cookie_ack()
10907 sack->ch.chunk_type = type; in sctp_send_sack()
10921 nr_sack->ch.chunk_type = type; in sctp_send_sack()
11253 ch->chunk_type = type; in sctp_send_resp_msg()
11576 switch (ch->chunk_type) { in sctp_send_packet_dropped()
11730 cwr->ch.chunk_type = SCTP_ECN_CWR; in sctp_send_cwr()
11958 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_deferred_reset_response()
12111 ch->chunk_type = SCTP_STREAM_RESET; in sctp_send_stream_reset_out_if_possible()
[all …]
H A Dsctp_header.h415 uint8_t chunk_type; member
H A Dsctputil.c4206 switch (ch->chunk_type) { in sctp_handle_ootb()
4265 if (ch->chunk_type == SCTP_ABORT_ASSOCIATION) { in sctp_is_there_an_abort_here()
4269 if (ch->chunk_type == SCTP_INITIATION) { in sctp_is_there_an_abort_here()
7012 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_recv_icmp_tunneled_packet()
7139 uint8_t chunk_type; in sctp_recv_icmp6_tunneled_packet() local
7146 (caddr_t)&chunk_type); in sctp_recv_icmp6_tunneled_packet()
7154 if ((chunk_type != SCTP_INITIATION) || in sctp_recv_icmp6_tunneled_packet()
H A Dip_icmp.c297 if (ch->chunk_type == SCTP_INITIATION) { in icmp_error()
H A Dsctp_asconf.c685 ack_cp->ch.chunk_type = SCTP_ASCONF_ACK; in sctp_handle_asconf()
2628 acp->ch.chunk_type = SCTP_ASCONF; in sctp_compose_asconf()
H A Dsctp_pcb.c2272 if ((ch->chunk_type == SCTP_INITIATION) || in sctp_findassociation_addr()
2273 (ch->chunk_type == SCTP_INITIATION_ACK)) { in sctp_findassociation_addr()
H A Dsctp_usrreq.c328 if ((ch->ch.chunk_type != SCTP_INITIATION) || in sctp_ctlinput()
/freebsd-12.1/sys/netinet6/
H A Dsctp6_usrreq.c361 uint8_t chunk_type; in sctp6_ctlinput() local
367 (caddr_t)&chunk_type); in sctp6_ctlinput()
374 if ((chunk_type != SCTP_INITIATION) || in sctp6_ctlinput()
/freebsd-12.1/usr.sbin/traceroute6/
H A Dtraceroute6.c1101 init->ch.chunk_type = SCTP_INITIATION; in send_probe()
1129 chk->chunk_type = SCTP_SHUTDOWN_ACK; in send_probe()
1136 chk->chunk_type = SCTP_PAD_CHUNK; in send_probe()
/freebsd-12.1/contrib/traceroute/
H A Dtraceroute.c1596 init->ch.chunk_type = SCTP_INITIATION; in sctp_prep()
1625 chk->chunk_type = SCTP_SHUTDOWN_ACK; in sctp_prep()
1633 chk->chunk_type = SCTP_PAD_CHUNK; in sctp_prep()
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_sctp.c936 chunk_hdr->chunk_type = (sndrply & SN_TX_ABORT) ? SCTP_ABORT_ASSOCIATION : SCTP_OPERATION_ERROR; in TxAbortErrorM()
1073 ((chunk_hdr->chunk_type == SCTP_ABORT_ASSOCIATION) || in sctp_PktParser()
1074 (chunk_hdr->chunk_type == SCTP_SHUTDOWN_COMPLETE))) { in sctp_PktParser()
1093 switch (chunk_hdr->chunk_type) { in sctp_PktParser()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_fw2.c591 chunk->chunk_type = SCTP_ABORT_ASSOCIATION; in ipfw_send_abort()
907 switch (chunk->chunk_type) { in send_reject6()
1026 switch (chunk->chunk_type) { in send_reject()