Lines Matching defs:sctp_packet
82134 struct sctp_packet { struct
82135 __u16 source_port;
82136 __u16 destination_port;
82137 __u32 vtag;
82138 struct list_head chunk_list;
82139 size_t overhead;
82140 size_t size;
82141 size_t max_size;
82142 struct sctp_transport *transport;
82143 struct sctp_chunk *auth;
82144 u8 has_cookie_echo: 1;
82145 u8 has_sack: 1;
82146 u8 has_auth: 1;
82147 u8 has_data: 1;
82148 u8 ipfragok: 1;