Searched refs:shared_keys (Results 1 – 8 of 8) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_auth.c | 490 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, uint16_t key_id) in sctp_find_sharedkey() argument 494 LIST_FOREACH(skey, shared_keys, next) { in sctp_find_sharedkey() 502 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys, in sctp_insert_sharedkey() argument 507 if ((shared_keys == NULL) || (new_skey == NULL)) in sctp_insert_sharedkey() 511 if (LIST_EMPTY(shared_keys)) { in sctp_insert_sharedkey() 512 LIST_INSERT_HEAD(shared_keys, new_skey, next); in sctp_insert_sharedkey() 516 LIST_FOREACH(skey, shared_keys, next) { in sctp_insert_sharedkey() 554 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, key_id); in sctp_auth_key_acquire() 575 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, key_id); in sctp_auth_key_release() 1239 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, keyid); in sctp_delete_sharedkey() [all …]
|
| HD | sctp_peeloff.c | 142 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys, in sctp_do_peeloff() 143 &n_inp->sctp_ep.shared_keys); in sctp_do_peeloff()
|
| HD | sctp_auth.h | 140 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, 143 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys,
|
| HD | sctp_pcb.h | 286 struct sctp_keyhead shared_keys; member
|
| HD | sctp_usrreq.c | 4262 struct sctp_keyhead *shared_keys; local 4282 shared_keys = &stcb->asoc.shared_keys; 4308 error = sctp_insert_sharedkey(shared_keys, shared_key); 4316 shared_keys = &inp->sctp_ep.shared_keys; 4345 error = sctp_insert_sharedkey(shared_keys, shared_key); 4353 shared_keys = &stcb->asoc.shared_keys; 4378 error = sctp_insert_sharedkey(shared_keys, shared_key);
|
| HD | sctp_structs.h | 1068 struct sctp_keyhead shared_keys; /* assoc's shared keys */ member
|
| HD | sctp_pcb.c | 2664 LIST_INIT(&m->shared_keys); in sctp_inpcb_alloc() 2667 sctp_insert_sharedkey(&m->shared_keys, null_key); in sctp_inpcb_alloc() 3672 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) { in sctp_inpcb_free() 5170 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) { in sctp_free_assoc()
|
| HD | sctputil.c | 1133 LIST_INIT(&asoc->shared_keys); in sctp_init_asoc()
|