Home
last modified time | relevance | path

Searched refs:sctp_cookie_ack_chunk (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_header.h321 struct sctp_cookie_ack_chunk { struct
H A Dsctp_bsd_addr.c407 if (length < (int)(SCTP_MIN_V4_OVERHEAD + sizeof(struct sctp_cookie_ack_chunk))) { in sctp_packet_log()
H A Dsctp_input.c2738 sctp_handle_cookie_ack(struct sctp_cookie_ack_chunk *cp SCTP_UNUSED, in sctp_handle_cookie_ack()
4511 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, in sctp_process_control()
4967 if ((stcb == NULL) || chk_length != sizeof(struct sctp_cookie_ack_chunk)) { in sctp_process_control()
4982 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, *netp); in sctp_process_control()
5589 sctp_handle_cookie_ack((struct sctp_cookie_ack_chunk *)ch, stcb, net); in sctp_common_input_processing()