Home
last modified time | relevance | path

Searched refs:sh_keys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dauth.c823 struct list_head *sh_keys; in sctp_auth_set_key() local
832 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
872 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
885 struct list_head *sh_keys; in sctp_auth_set_active_key() local
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
896 sh_keys in sctp_auth_set_active_key()
928 struct list_head *sh_keys; sctp_auth_del_key_id() local
971 struct list_head *sh_keys; sctp_auth_deact_key_id() local
[all...]
/kernel/linux/linux-6.6/net/sctp/
H A Dauth.c823 struct list_head *sh_keys; in sctp_auth_set_key() local
832 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
872 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
885 struct list_head *sh_keys; in sctp_auth_set_active_key() local
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
896 sh_keys in sctp_auth_set_active_key()
928 struct list_head *sh_keys; sctp_auth_del_key_id() local
971 struct list_head *sh_keys; sctp_auth_deact_key_id() local
[all...]

Completed in 3 milliseconds