Home | History | Annotate | Download | only in netinet

Lines Matching refs:auth_keyid

3901     uint16_t auth_keyid,
3978 auth_keyid);
6604 sp->auth_keyid = srcv->sinfo_keynumber;
6606 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
6609 sctp_auth_key_acquire(stcb, sp->auth_keyid);
7767 chk->auth_keyid = sp->auth_keyid;
7768 sctp_auth_key_acquire(stcb, chk->auth_keyid);
8049 uint16_t auth_keyid;
8065 auth_keyid = stcb->asoc.authinfo.active_keyid;
8935 auth_keyid = chk->auth_keyid;
8940 auth_keyid = chk->auth_keyid;
8942 } else if (auth_keyid != chk->auth_keyid) {
9050 auth_keyid,
9687 uint16_t auth_keyid;
9706 auth_keyid = stcb->asoc.authinfo.active_keyid;
9931 auth_keyid = chk->auth_keyid;
9935 auth_keyid = chk->auth_keyid;
9937 } else if (chk->auth_keyid != auth_keyid) {
9988 auth_keyid = fwd->auth_keyid;
9992 auth_keyid = fwd->auth_keyid;
9994 } else if (fwd->auth_keyid != auth_keyid) {
10040 auth_offset, auth, auth_keyid,
12787 sp->auth_keyid = srcv->sinfo_keynumber;
12789 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
12792 sctp_auth_key_acquire(stcb, sp->auth_keyid);