Searched defs:sctp_endpoint (Results 1 – 2 of 2) sorted by relevance
58723 struct sctp_endpoint { struct58724 struct sctp_ep_common base;58725 struct hlist_node node;58726 int hashent;58727 struct list_head asocs;58728 __u8 secret_key[32];58729 __u8 *digest;58730 __u32 sndbuf_policy;58731 __u32 rcvbuf_policy;58732 struct crypto_shash **auth_hmacs;[all …]
68481 struct sctp_endpoint { struct68482 struct sctp_ep_common base;68483 struct hlist_node node;68484 int hashent;68485 struct list_head asocs;68486 __u8 secret_key[32];68487 __u8 *digest;68488 __u32 sndbuf_policy;68489 __u32 rcvbuf_policy;68490 struct crypto_shash **auth_hmacs;[all …]