Searched refs:auth_keyid (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 129 sctp_auth_key_release(stcb, sp->auth_keyid, _so_locked); \ 147 sctp_auth_key_release((_stcb), (_chk)->auth_keyid, _so_locked); \
|
D | sctp_output.c | 4095 uint16_t auth_keyid, argument 4162 sctp_fill_hmac_digest_m(m, auth_offset, auth, stcb, auth_keyid); 6954 sp->auth_keyid = srcv->sinfo_keynumber; 6956 sp->auth_keyid = stcb->asoc.authinfo.active_keyid; 6959 sctp_auth_key_acquire(stcb, sp->auth_keyid); 8109 chk->auth_keyid = sp->auth_keyid; 8110 sctp_auth_key_acquire(stcb, chk->auth_keyid); 8389 uint16_t auth_keyid; local 8406 auth_keyid = stcb->asoc.authinfo.active_keyid; 9253 auth_keyid = chk->auth_keyid; [all …]
|
D | sctp_structs.h | 496 uint16_t auth_keyid; member 580 uint16_t auth_keyid; member
|
D | sctp_pcb.c | 5414 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); 5747 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); 5776 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); 5809 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); 5830 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED); 5844 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED);
|