Home
last modified time | relevance | path

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

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