Searched defs:sctp_endpoint (Results 1 – 1 of 1) sorted by relevance
1334 struct sctp_endpoint { struct1336 struct sctp_ep_common base;1348 struct list_head asocs;1356 __u8 secret_key[SCTP_HOW_MANY_SECRETS][SCTP_SECRET_SIZE];1357 int current_key;1358 int last_key;1359 int key_changed_at;1367 __u8 *digest;1392 static inline struct sctp_endpoint *sctp_ep(struct sctp_ep_common *base) in sctp_ep() argument