Searched refs:sctp_cwr_chunk (Results 1 – 3 of 3) sorted by relevance
338 struct sctp_cwr_chunk { struct
2971 sctp_handle_ecn_cwr(struct sctp_cwr_chunk *cp, struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_handle_ecn_cwr()5008 if (chk_length != sizeof(struct sctp_cwr_chunk)) { in sctp_process_control()5011 sctp_handle_ecn_cwr((struct sctp_cwr_chunk *)ch, stcb, *netp); in sctp_process_control()
11693 struct sctp_cwr_chunk *cwr; in sctp_send_cwr()11709 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()11730 chk->send_size = sizeof(struct sctp_cwr_chunk); in sctp_send_cwr()11742 cwr = mtod(chk->data, struct sctp_cwr_chunk *); in sctp_send_cwr()11745 cwr->ch.chunk_length = htons(sizeof(struct sctp_cwr_chunk)); in sctp_send_cwr()