Lines Matching refs:sctp_ep
1225 if (keyid == inp->sctp_ep.default_keyid) in sctp_delete_sharedkey_ep()
1229 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid); in sctp_delete_sharedkey_ep()
1282 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid); in sctp_auth_setactivekey_ep()
1287 inp->sctp_ep.default_keyid = keyid; in sctp_auth_setactivekey_ep()
1338 if (keyid == inp->sctp_ep.default_keyid) in sctp_deact_sharedkey_ep()
1342 skey = sctp_find_sharedkey(&inp->sctp_ep.shared_keys, keyid); in sctp_deact_sharedkey_ep()
1489 stcb->asoc.authinfo.active_keyid = stcb->sctp_ep->sctp_ep.default_keyid; in sctp_auth_get_cookie_params()
1491 (void)sctp_copy_skeylist(&stcb->sctp_ep->sctp_ep.shared_keys, in sctp_auth_get_cookie_params()
1711 SCTP_INP_READ_LOCK_ASSERT(stcb->sctp_ep); in sctp_notify_authentication()
1713 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_AUTHEVNT)) in sctp_notify_authentication()
1754 sctp_add_to_readq(stcb->sctp_ep, stcb, control, in sctp_notify_authentication()
1917 stcb->asoc.local_hmacs = sctp_copy_hmaclist(inp->sctp_ep.local_hmacs); in sctp_initialize_auth_params()
1924 sctp_copy_chunklist(inp->sctp_ep.local_auth_chunks); in sctp_initialize_auth_params()
1934 stcb->asoc.authinfo.active_keyid = inp->sctp_ep.default_keyid; in sctp_initialize_auth_params()
1937 (void)sctp_copy_skeylist(&inp->sctp_ep.shared_keys, in sctp_initialize_auth_params()