Searched refs:sctp_pktdrop_chunk (Results 1 – 5 of 5) sorted by relevance
405 struct sctp_pktdrop_chunk { struct
713 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp,
4128 sctp_handle_packet_dropped(struct sctp_pktdrop_chunk *cp, in sctp_handle_packet_dropped()4140 KASSERT(sizeof(struct sctp_pktdrop_chunk) <= limit, in sctp_handle_packet_dropped()4146 if (ntohs(cp->trunc_len) <= pktdrp_len - sizeof(struct sctp_pktdrop_chunk)) { in sctp_handle_packet_dropped()4151 limit -= sizeof(struct sctp_pktdrop_chunk); in sctp_handle_packet_dropped()5137 if (chk_length < sizeof(struct sctp_pktdrop_chunk)) { in sctp_process_control()5141 sctp_handle_packet_dropped((struct sctp_pktdrop_chunk *)ch, in sctp_process_control()
11545 struct sctp_pktdrop_chunk *drp; in sctp_send_packet_dropped()11609 if ((len + SCTP_MAX_OVERHEAD + sizeof(struct sctp_pktdrop_chunk)) > in sctp_send_packet_dropped()11626 drp = mtod(chk->data, struct sctp_pktdrop_chunk *); in sctp_send_packet_dropped()11632 chk->book_size = SCTP_SIZE32((chk->send_size + sizeof(struct sctp_pktdrop_chunk) + in sctp_send_packet_dropped()11642 chk->send_size = (uint16_t)(len - sizeof(struct sctp_pktdrop_chunk)); in sctp_send_packet_dropped()11652 chk->send_size += sizeof(struct sctp_pktdrop_chunk); in sctp_send_packet_dropped()
1150 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp, in sctp_cwnd_update_after_packet_dropped()