Searched refs:sctp_auth_key_release (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_var.h | 121 sctp_auth_key_release(stcb, sp->auth_keyid, _so_locked); \ 139 sctp_auth_key_release((_stcb), (_chk)->auth_keyid, _so_locked); \
|
H A D | sctp_auth.h | 149 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t keyid,
|
H A D | sctp_pcb.c | 4528 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_clean_up_stream() 4841 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 4870 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 4903 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 4924 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 4938 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
|
H A D | sctp_auth.c | 561 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked) in sctp_auth_key_release() function
|
H A D | sctp_input.c | 1844 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing() 1859 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing()
|