Searched refs:endpoint_shared_keys (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/sctp/
H A Dauth.c360 BUG_ON(!list_empty(&asoc->endpoint_shared_keys));
362 key_for_each(sh_key, &ep->endpoint_shared_keys) {
369 list_add(&new->key_list, &asoc->endpoint_shared_keys);
375 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys);
436 key_for_each(key, &asoc->endpoint_shared_keys) {
832 sh_keys = &asoc->endpoint_shared_keys;
836 sh_keys = &ep->endpoint_shared_keys;
892 sh_keys = &asoc->endpoint_shared_keys;
896 sh_keys = &ep->endpoint_shared_keys;
940 sh_keys = &asoc->endpoint_shared_keys;
[all...]
H A Dendpointola.c97 INIT_LIST_HEAD(&ep->endpoint_shared_keys);
102 list_add(&null_key->key_list, &ep->endpoint_shared_keys);
214 sctp_auth_destroy_keys(&ep->endpoint_shared_keys);
H A Dassociola.c254 INIT_LIST_HEAD(&asoc->endpoint_shared_keys);
390 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys);
/linux-master/include/net/sctp/
H A Dstructs.h1343 struct list_head endpoint_shared_keys; member in struct:sctp_endpoint
2065 struct list_head endpoint_shared_keys; member in struct:sctp_association

Completed in 133 milliseconds