Searched refs:auth_keyid (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_var.h | 124 sctp_auth_key_release(stcb, sp->auth_keyid, _so_locked); \ 142 sctp_auth_key_release((_stcb), (_chk)->auth_keyid, _so_locked); \
|
| H A D | sctp_output.c | 7535 chk->auth_keyid = sp->auth_keyid; in sctp_move_to_outqueue() 8652 auth_keyid = chk->auth_keyid; in sctp_med_chunk_output() 8660 auth_keyid = chk->auth_keyid; in sctp_med_chunk_output() 8662 } else if (auth_keyid != chk->auth_keyid) { in sctp_med_chunk_output() 8787 auth_keyid, in sctp_med_chunk_output() 9652 auth_keyid = chk->auth_keyid; in sctp_chunk_retransmission() 9656 auth_keyid = chk->auth_keyid; in sctp_chunk_retransmission() 9658 } else if (chk->auth_keyid != auth_keyid) { in sctp_chunk_retransmission() 9709 auth_keyid = fwd->auth_keyid; in sctp_chunk_retransmission() 9713 auth_keyid = fwd->auth_keyid; in sctp_chunk_retransmission() [all …]
|
| H A D | sctp_structs.h | 439 uint16_t auth_keyid; member 524 uint16_t auth_keyid; member
|
| H A D | sctp_pcb.c | 4646 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_clean_up_stream() 4976 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5005 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5038 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5059 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc() 5073 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_free_assoc()
|
| H A D | sctp_input.c | 1901 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing() 1913 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); in sctp_process_cookie_existing()
|