Home
last modified time | relevance | path

Searched defs:sctp_association (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h1552 struct sctp_association { struct
1558 struct sctp_ep_common base;
1561 struct list_head asocs;
1564 sctp_assoc_t assoc_id;
1567 struct sctp_endpoint *ep;
1570 struct sctp_cookie c;
1573 struct {
1730 } peer;
1745 enum sctp_state state;
1750 int overall_error_count;
[all …]
/kernel/linux/linux-6.6/include/net/sctp/
Dstructs.h1576 struct sctp_association { struct
1582 struct sctp_ep_common base;
1585 struct list_head asocs;
1588 sctp_assoc_t assoc_id;
1591 struct sctp_endpoint *ep;
1594 struct sctp_cookie c;
1597 struct {
1753 } peer;
1768 enum sctp_state state;
1773 int overall_error_count;
[all …]