Searched defs:sctp_packet (Results 1 – 1 of 1) sorted by relevance
53492 struct sctp_packet { struct53493 __u16 source_port;53494 __u16 destination_port;53495 __u32 vtag;53496 struct list_head chunk_list;53497 size_t overhead;53498 size_t size;53499 size_t max_size;53500 struct sctp_transport *transport;53501 struct sctp_chunk *auth;[all …]