Searched defs:sctp_endpoint (Results 1 – 1 of 1) sorted by relevance
1197 struct sctp_endpoint { struct1199 struct sctp_ep_common base;1211 struct list_head asocs;1219 __u8 secret_key[SCTP_SECRET_SIZE];1227 __u8 *digest;1253 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument