Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsctp.h734 __be16 shkey_id; member
/Linux-v4.19/net/sctp/
Dauth.c742 key_id = ntohs(auth->auth_hdr.shkey_id); in sctp_auth_calculate_hmac()
Dsm_statefuns.c4207 key_id = ntohs(auth_hdr->shkey_id); in sctp_sf_authenticate()
4314 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) { in sctp_sf_eat_auth()
4317 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id), in sctp_sf_eat_auth()
Dsm_make_chunk.c1304 auth_hdr.shkey_id = htons(key_id); in sctp_make_auth()