Lines Matching defs:sctp_packet
55754 struct sctp_packet { struct
55755 __u16 source_port;
55756 __u16 destination_port;
55757 __u32 vtag;
55758 struct list_head chunk_list;
55759 size_t overhead;
55760 size_t size;
55761 size_t max_size;
55762 struct sctp_transport *transport;
55763 struct sctp_chunk *auth;
55764 u8 has_cookie_echo: 1;
55765 u8 has_sack: 1;
55766 u8 has_auth: 1;
55767 u8 has_data: 1;
55768 u8 ipfragok: 1;