Searched refs:shared_keys (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_auth.c | 492 LIST_FOREACH(skey, shared_keys, next) { in sctp_find_sharedkey() 500 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys, in sctp_insert_sharedkey() argument 505 if ((shared_keys == NULL) || (new_skey == NULL)) in sctp_insert_sharedkey() 509 if (LIST_EMPTY(shared_keys)) { in sctp_insert_sharedkey() 510 LIST_INSERT_HEAD(shared_keys, new_skey, next); in sctp_insert_sharedkey() 514 LIST_FOREACH(skey, shared_keys, next) { in sctp_insert_sharedkey() 552 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, key_id); in sctp_auth_key_acquire() 1495 &stcb->asoc.shared_keys); in sctp_auth_get_cookie_params() 1649 skey = sctp_find_sharedkey(&stcb->asoc.shared_keys, in sctp_handle_auth() 1944 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys, in sctp_initialize_auth_params() [all …]
|
| H A D | sctp_peeloff.c | 145 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys, in sctp_do_peeloff() 146 &n_inp->sctp_ep.shared_keys); in sctp_do_peeloff()
|
| H A D | sctp_auth.h | 140 sctp_find_sharedkey(struct sctp_keyhead *shared_keys, 143 sctp_insert_sharedkey(struct sctp_keyhead *shared_keys,
|
| H A D | sctp_pcb.h | 287 struct sctp_keyhead shared_keys; member
|
| H A D | sctp_usrreq.c | 4276 struct sctp_keyhead *shared_keys; local 4296 shared_keys = &stcb->asoc.shared_keys; 4322 error = sctp_insert_sharedkey(shared_keys, shared_key); 4331 shared_keys = &inp->sctp_ep.shared_keys; 4360 error = sctp_insert_sharedkey(shared_keys, shared_key); 4369 shared_keys = &stcb->asoc.shared_keys; 4394 error = sctp_insert_sharedkey(shared_keys, shared_key);
|
| H A D | sctp_structs.h | 1082 struct sctp_keyhead shared_keys; /* assoc's shared keys */ member
|
| H A D | sctp_pcb.c | 2602 LIST_INIT(&m->shared_keys); in sctp_inpcb_alloc() 2605 sctp_insert_sharedkey(&m->shared_keys, null_key); in sctp_inpcb_alloc() 3637 LIST_FOREACH_SAFE(shared_key, &inp->sctp_ep.shared_keys, next, nshared_key) { in sctp_inpcb_free() 5143 LIST_FOREACH_SAFE(shared_key, &asoc->shared_keys, next, nshared_key) { in sctp_free_assoc()
|
| H A D | sctputil.c | 1350 LIST_INIT(&asoc->shared_keys); in sctp_init_asoc()
|