Searched refs:sctp_pktdrop_chunk (Results 1 – 5 of 5) sorted by relevance
407 struct sctp_pktdrop_chunk { struct
711 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp,
4178 sctp_handle_packet_dropped(struct sctp_pktdrop_chunk *cp, in sctp_handle_packet_dropped()4190 KASSERT(sizeof(struct sctp_pktdrop_chunk) <= limit, in sctp_handle_packet_dropped()4196 if (ntohs(cp->trunc_len) <= pktdrp_len - sizeof(struct sctp_pktdrop_chunk)) { in sctp_handle_packet_dropped()4201 limit -= sizeof(struct sctp_pktdrop_chunk); in sctp_handle_packet_dropped()5200 if (chk_length < sizeof(struct sctp_pktdrop_chunk)) { in sctp_process_control()5210 sctp_handle_packet_dropped((struct sctp_pktdrop_chunk *)ch, in sctp_process_control()
11433 struct sctp_pktdrop_chunk *drp; in sctp_send_packet_dropped()11497 if ((len + SCTP_MAX_OVERHEAD + sizeof(struct sctp_pktdrop_chunk)) > in sctp_send_packet_dropped()11514 drp = mtod(chk->data, struct sctp_pktdrop_chunk *); in sctp_send_packet_dropped()11520 chk->book_size = SCTP_SIZE32((chk->send_size + sizeof(struct sctp_pktdrop_chunk) + in sctp_send_packet_dropped()11530 chk->send_size = (uint16_t)(len - sizeof(struct sctp_pktdrop_chunk)); in sctp_send_packet_dropped()11540 chk->send_size += sizeof(struct sctp_pktdrop_chunk); in sctp_send_packet_dropped()
1149 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp, in sctp_cwnd_update_after_packet_dropped()