endpoint_shared_keys 1326 include/net/sctp/structs.h struct list_head endpoint_shared_keys; endpoint_shared_keys 2042 include/net/sctp/structs.h struct list_head endpoint_shared_keys; endpoint_shared_keys 251 net/sctp/associola.c INIT_LIST_HEAD(&asoc->endpoint_shared_keys); endpoint_shared_keys 388 net/sctp/associola.c sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); endpoint_shared_keys 360 net/sctp/auth.c BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); endpoint_shared_keys 362 net/sctp/auth.c key_for_each(sh_key, &ep->endpoint_shared_keys) { endpoint_shared_keys 369 net/sctp/auth.c list_add(&new->key_list, &asoc->endpoint_shared_keys); endpoint_shared_keys 375 net/sctp/auth.c sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); endpoint_shared_keys 436 net/sctp/auth.c key_for_each(key, &asoc->endpoint_shared_keys) { endpoint_shared_keys 837 net/sctp/auth.c sh_keys = &asoc->endpoint_shared_keys; endpoint_shared_keys 841 net/sctp/auth.c sh_keys = &ep->endpoint_shared_keys; endpoint_shared_keys 886 net/sctp/auth.c sh_keys = &asoc->endpoint_shared_keys; endpoint_shared_keys 890 net/sctp/auth.c sh_keys = &ep->endpoint_shared_keys; endpoint_shared_keys 929 net/sctp/auth.c sh_keys = &asoc->endpoint_shared_keys; endpoint_shared_keys 936 net/sctp/auth.c sh_keys = &ep->endpoint_shared_keys; endpoint_shared_keys 972 net/sctp/auth.c sh_keys = &asoc->endpoint_shared_keys; endpoint_shared_keys 979 net/sctp/auth.c sh_keys = &ep->endpoint_shared_keys; endpoint_shared_keys 97 net/sctp/endpointola.c INIT_LIST_HEAD(&ep->endpoint_shared_keys); endpoint_shared_keys 102 net/sctp/endpointola.c list_add(&null_key->key_list, &ep->endpoint_shared_keys); endpoint_shared_keys 202 net/sctp/endpointola.c sctp_auth_destroy_keys(&ep->endpoint_shared_keys);