Lines Matching defs:sctp_packet
57023 struct sctp_packet { struct
57024 __u16 source_port;
57025 __u16 destination_port;
57026 __u32 vtag;
57027 struct list_head chunk_list;
57028 size_t overhead;
57029 size_t size;
57030 size_t max_size;
57031 struct sctp_transport *transport;
57032 struct sctp_chunk *auth;
57033 u8 has_cookie_echo: 1;
57034 u8 has_sack: 1;
57035 u8 has_auth: 1;
57036 u8 has_data: 1;
57037 u8 ipfragok: 1;