Searched defs:sctp_association (Results 1 – 2 of 2) sorted by relevance
57732 struct sctp_association { struct57733 struct sctp_ep_common base;57734 struct list_head asocs;57735 sctp_assoc_t assoc_id;57736 struct sctp_endpoint *ep;57737 struct sctp_cookie c;57738 struct {57771 } peer;57772 enum sctp_state state;57773 int overall_error_count;[all …]
67490 struct sctp_association { struct67491 struct sctp_ep_common base;67492 struct list_head asocs;67493 sctp_assoc_t assoc_id;67494 struct sctp_endpoint *ep;67495 struct sctp_cookie c;67496 struct {67529 } peer;67530 enum sctp_state state;67531 int overall_error_count;[all …]