Searched defs:sctp_endpoint (Results 1 – 1 of 1) sorted by relevance
55683 struct sctp_endpoint { struct55684 struct sctp_ep_common base;55685 struct list_head asocs;55686 __u8 secret_key[32];55687 __u8 *digest;55688 __u32 sndbuf_policy;55689 __u32 rcvbuf_policy;55690 struct crypto_shash **auth_hmacs;55691 struct sctp_hmac_algo_param *auth_hmacs_list;55692 struct sctp_chunks_param *auth_chunk_list;[all …]