Searched defs:sctp_endpoint (Results 1 – 7 of 7) sorted by relevance
53419 struct sctp_endpoint { struct53420 struct sctp_ep_common base;53421 struct hlist_node node;53422 int hashent;53423 struct list_head asocs;53424 __u8 secret_key[32];53425 __u8 *digest;53426 __u32 sndbuf_policy;53427 __u32 rcvbuf_policy;53428 struct crypto_shash___2 **auth_hmacs;[all …]
80745 struct sctp_endpoint { struct80746 struct sctp_ep_common base;80747 struct list_head asocs;80748 __u8 secret_key[32];80749 __u8 *digest;80750 __u32 sndbuf_policy;80751 __u32 rcvbuf_policy;80752 struct crypto_shash___2 **auth_hmacs;80753 struct sctp_hmac_algo_param *auth_hmacs_list;80754 struct sctp_chunks_param *auth_chunk_list;[all …]
47196 struct sctp_endpoint { struct47197 struct sctp_ep_common base;47198 struct list_head asocs;47199 __u8 secret_key[32];47200 __u8 *digest;47201 __u32 sndbuf_policy;47202 __u32 rcvbuf_policy;47203 struct crypto_shash___2 **auth_hmacs;47204 struct sctp_hmac_algo_param *auth_hmacs_list;47205 struct sctp_chunks_param *auth_chunk_list;[all …]
55418 struct sctp_endpoint { struct55419 struct sctp_ep_common base;55420 struct list_head asocs;55421 __u8 secret_key[32];55422 __u8 *digest;55423 __u32 sndbuf_policy;55424 __u32 rcvbuf_policy;55425 struct crypto_shash **auth_hmacs;55426 struct sctp_hmac_algo_param *auth_hmacs_list;55427 struct sctp_chunks_param *auth_chunk_list;[all …]