Searched defs:sctp_packet (Results 1 – 1 of 1) sorted by relevance
55754 struct sctp_packet { struct55755 __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;[all …]