Home
last modified time | relevance | path

Searched refs:shkey_id (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dsctp.h728 __be16 shkey_id; member
/linux/net/sctp/
H A Dauth.c722 key_id = ntohs(auth->auth_hdr.shkey_id); in sctp_auth_calculate_hmac()
H A Dsm_statefuns.c4382 key_id = ntohs(auth_hdr->shkey_id); in sctp_sf_authenticate()
4489 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) { in sctp_sf_eat_auth()
4492 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id), in sctp_sf_eat_auth()
H A Dsm_make_chunk.c1345 auth_hdr.shkey_id = htons(key_id); in sctp_make_auth()