Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dsctp.h698 __be16 shkey_id; member
/linux-4.4.14/net/sctp/
Dauth.c724 key_id = ntohs(auth->auth_hdr.shkey_id); in sctp_auth_calculate_hmac()
Dsm_statefuns.c4015 key_id = ntohs(auth_hdr->shkey_id); in sctp_sf_authenticate()
4120 if (asoc->active_key_id != ntohs(auth_hdr->shkey_id)) { in sctp_sf_eat_auth()
4123 ev = sctp_ulpevent_make_authkey(asoc, ntohs(auth_hdr->shkey_id), in sctp_sf_eat_auth()
Dsm_make_chunk.c1279 auth_hdr.shkey_id = htons(asoc->active_key_id); in sctp_make_auth()