Searched defs:sctp_endpoint (Results 1 – 1 of 1) sorted by relevance
1290 struct sctp_endpoint { struct1292 struct sctp_ep_common base;1295 struct hlist_node node;1296 int hashent;1308 struct list_head asocs;1316 __u8 secret_key[SCTP_SECRET_SIZE];1324 __u8 *digest;1327 __u32 sndbuf_policy;1330 __u32 rcvbuf_policy;1358 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument