HomeSort by relevance Sort by last modified time
    Searched refs:shared_keys (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_peeloff.c 148 (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);
sctp_auth.c 492 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, uint16_t key_id)
496 LIST_FOREACH(skey, shared_keys, next) {
504 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys,
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, keyid)
    [all...]
sctp_auth.h 139 extern sctp_sharedkey_t *sctp_find_sharedkey(struct sctp_keyhead *shared_keys,
141 extern int sctp_insert_sharedkey(struct sctp_keyhead *shared_keys,
sctp_pcb.h 360 struct sctp_keyhead shared_keys; member in struct:sctp_pcb
sctp_structs.h 1120 struct sctp_keyhead shared_keys; \/* assoc's shared keys *\/ member in struct:sctp_association
    [all...]
sctp_usrreq.c 4901 struct sctp_keyhead *shared_keys; local
    [all...]
sctp_pcb.c     [all...]
sctputil.c     [all...]

Completed in 70 milliseconds