Searched refs:sctp_heartbeat_chunk (Results 1 – 3 of 3) sorted by relevance
279 struct sctp_heartbeat_chunk { struct286 #define sctp_heartbeat_ack_chunk sctp_heartbeat_chunk argument
561 sctp_handle_heartbeat_ack(struct sctp_heartbeat_chunk *cp, in sctp_handle_heartbeat_ack()570 if (ntohs(cp->ch.chunk_length) != sizeof(struct sctp_heartbeat_chunk)) { in sctp_handle_heartbeat_ack()4854 if ((stcb == NULL) || (chk_length != sizeof(struct sctp_heartbeat_chunk))) { in sctp_process_control()4861 sctp_handle_heartbeat_ack((struct sctp_heartbeat_chunk *)ch, in sctp_process_control()
11262 struct sctp_heartbeat_chunk *hb; in sctp_send_hb()11293 chk->send_size = sizeof(struct sctp_heartbeat_chunk); in sctp_send_hb()11307 hb = mtod(chk->data, struct sctp_heartbeat_chunk *); in sctp_send_hb()11308 memset(hb, 0, sizeof(struct sctp_heartbeat_chunk)); in sctp_send_hb()