Searched defs:sctp_association (Results 1 – 1 of 1) sorted by relevance
54553 struct sctp_association { struct54554 struct sctp_ep_common base;54555 struct list_head asocs;54556 sctp_assoc_t assoc_id;54557 struct sctp_endpoint *ep;54558 struct sctp_cookie c;54559 struct {54593 } peer;54594 enum sctp_state state;54595 int overall_error_count;[all …]