Home
last modified time | relevance | path

Searched refs:sctp_pktdrop_chunk (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_header.h405 struct sctp_pktdrop_chunk { struct
H A Dsctp_structs.h713 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp,
H A Dsctp_input.c4128 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()
H A Dsctp_output.c11545 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()
H A Dsctp_cc_functions.c1150 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp, in sctp_cwnd_update_after_packet_dropped()