Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h407 struct sctp_pktdrop_chunk { struct
H A Dsctp_structs.h711 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp,
H A Dsctp_input.c4178 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()
H A Dsctp_output.c11433 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()
H A Dsctp_cc_functions.c1149 struct sctp_nets *net, struct sctp_pktdrop_chunk *cp, in sctp_cwnd_update_after_packet_dropped()