Searched defs:sctp_association (Results 1 – 7 of 7) sorted by relevance
52045 struct sctp_association { struct52046 struct sctp_ep_common base;52047 struct list_head asocs;52048 sctp_assoc_t assoc_id;52049 struct sctp_endpoint *ep;52050 struct sctp_cookie c;52051 struct {52085 } peer;52086 enum sctp_state state;52087 int overall_error_count;[all …]
81688 struct sctp_association { struct81689 struct sctp_ep_common base;81690 struct list_head asocs;81691 sctp_assoc_t assoc_id;81692 struct sctp_endpoint *ep;81693 struct sctp_cookie c;81694 struct {81728 } peer;81729 enum sctp_state state;81730 int overall_error_count;[all …]
48139 struct sctp_association { struct48140 struct sctp_ep_common base;48141 struct list_head asocs;48142 sctp_assoc_t assoc_id;48143 struct sctp_endpoint *ep;48144 struct sctp_cookie c;48145 struct {48179 } peer;48180 enum sctp_state state;48181 int overall_error_count;[all …]
56553 struct sctp_association { struct56554 struct sctp_ep_common base;56555 struct list_head asocs;56556 sctp_assoc_t assoc_id;56557 struct sctp_endpoint *ep;56558 struct sctp_cookie c;56559 struct {56593 } peer;56594 enum sctp_state state;56595 int overall_error_count;[all …]