HomeSort by: relevance | last modified time | path
    Searched refs:sctp_pktdrop_chunk (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 389 struct sctp_pktdrop_chunk { struct
sctp_input.c 2761 sctp_handle_packet_dropped(struct sctp_pktdrop_chunk *cp,
2772 chlen -= sizeof(struct sctp_pktdrop_chunk);
3684 sctp_handle_packet_dropped((struct sctp_pktdrop_chunk *)ch,
sctp_output.c 8481 struct sctp_pktdrop_chunk *drp;
8536 if ((chk->send_size+sizeof(struct sctp_pktdrop_chunk)+SCTP_MIN_OVERHEAD) > MHLEN) {
8546 drp = mtod(chk->data, struct sctp_pktdrop_chunk *);
8557 chk->book_size = (chk->send_size + sizeof(struct sctp_pktdrop_chunk) +
8563 sizeof(struct sctp_pktdrop_chunk) +
8574 chk->send_size += sizeof(struct sctp_pktdrop_chunk);

Completed in 43 milliseconds