Searched defs:sctp_endpoint (Results 1 – 1 of 1) 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 …]