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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dauth.c370 BUG_ON(!list_empty(&asoc->endpoint_shared_keys));
372 key_for_each(sh_key, &ep->endpoint_shared_keys) {
379 list_add(&new->key_list, &asoc->endpoint_shared_keys);
385 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys);
431 key_for_each(key, &asoc->endpoint_shared_keys) {
831 sh_keys = &asoc->endpoint_shared_keys;
833 sh_keys = &ep->endpoint_shared_keys;
889 sh_keys = &asoc->endpoint_shared_keys;
891 sh_keys = &ep->endpoint_shared_keys;
927 sh_keys = &asoc->endpoint_shared_keys;
[all...]
H A Dendpointola.c158 INIT_LIST_HEAD(&ep->endpoint_shared_keys);
163 list_add(&null_key->key_list, &ep->endpoint_shared_keys);
179 sctp_auth_destroy_keys(&ep->endpoint_shared_keys);
262 sctp_auth_destroy_keys(&ep->endpoint_shared_keys);
H A Dassociola.c315 INIT_LIST_HEAD(&asoc->endpoint_shared_keys);
452 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h1372 struct list_head endpoint_shared_keys; member in struct:sctp_endpoint
1911 struct list_head endpoint_shared_keys; member in struct:sctp_association

Completed in 72 milliseconds