FreeBSD kernel IPv4 code
sctp_pktdrop_chunk Struct Reference

#include <sctp_header.h>

Collaboration diagram for sctp_pktdrop_chunk:

Data Fields

struct sctp_chunkhdr ch
 
uint32_t bottle_bw
 
uint32_t current_onq
 
uint16_t trunc_len
 
uint16_t reserved
 
uint8_t data []
 

Detailed Description

Definition at line 407 of file sctp_header.h.

Field Documentation

◆ bottle_bw

uint32_t sctp_pktdrop_chunk::bottle_bw

◆ ch

struct sctp_chunkhdr sctp_pktdrop_chunk::ch

Definition at line 408 of file sctp_header.h.

Referenced by sctp_handle_packet_dropped(), and sctp_send_packet_dropped().

◆ current_onq

uint32_t sctp_pktdrop_chunk::current_onq

◆ data

uint8_t sctp_pktdrop_chunk::data[]

Definition at line 413 of file sctp_header.h.

Referenced by sctp_handle_packet_dropped(), and sctp_send_packet_dropped().

◆ reserved

uint16_t sctp_pktdrop_chunk::reserved

Definition at line 412 of file sctp_header.h.

Referenced by sctp_send_packet_dropped().

◆ trunc_len

uint16_t sctp_pktdrop_chunk::trunc_len

Definition at line 411 of file sctp_header.h.

Referenced by sctp_handle_packet_dropped(), and sctp_send_packet_dropped().


The documentation for this struct was generated from the following file: