Searched refs:shared_keys (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_peeloff.c148 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys,
149 &n_inp->sctp_ep.shared_keys);
270 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys,
271 &n_inp->sctp_ep.shared_keys);
H A Dsctp_auth.c492 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, uint16_t key_id) argument
496 LIST_FOREACH(skey, shared_keys, next) {
504 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys, argument
509 if ((shared_keys == NULL) || (new_skey == NULL))
513 if (LIST_EMPTY(shared_keys)) {
514 LIST_INSERT_HEAD(shared_keys, new_skey, next);
518 LIST_FOREACH(skey, shared_keys, next) {
556 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, key_id);
577 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, key_id);
1263 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, keyi
[all...]
H A Dsctp_auth.h139 extern sctp_sharedkey_t *sctp_find_sharedkey(struct sctp_keyhead *shared_keys,
141 extern int sctp_insert_sharedkey(struct sctp_keyhead *shared_keys,
H A Dsctp_pcb.h360 struct sctp_keyhead shared_keys; member in struct:sctp_pcb
H A Dsctp_structs.h1120 struct sctp_keyhead shared_keys; /* assoc's shared keys */ member in struct:sctp_association
H A Dsctp_usrreq.c4901 struct sctp_keyhead *shared_keys; local
4921 shared_keys = &stcb->asoc.shared_keys;
4947 error = sctp_insert_sharedkey(shared_keys, shared_key);
4955 shared_keys = &inp->sctp_ep.shared_keys;
4984 error = sctp_insert_sharedkey(shared_keys, shared_key);
4992 shared_keys = &stcb->asoc.shared_keys;
5014 error = sctp_insert_sharedkey(shared_keys, shared_ke
[all...]
H A Dsctp_pcb.c3108 LIST_INIT(&m->shared_keys);
3111 sctp_insert_sharedkey(&m->shared_keys, null_key);
4307 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) {
5951 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) {
H A Dsctputil.c1195 LIST_INIT(&asoc->shared_keys);

Completed in 954 milliseconds