Searched refs:sctp_auth_key_release (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/netinet/ |
| D | sctp_var.h | 125 sctp_auth_key_release(stcb, sp->auth_keyid, _so_locked); \ 143 sctp_auth_key_release((_stcb), (_chk)->auth_keyid, _so_locked); \
|
| D | sctp_auth.h | 154 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t keyid,
|
| D | sctp_pcb.c | 4693 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_clean_up_stream() 5023 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5052 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5085 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5106 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5120 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
|
| D | sctp_auth.c | 568 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked) in sctp_auth_key_release() function
|
| D | sctp_input.c | 1908 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing() 1920 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing()
|