Home
last modified time | relevance | path

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

/net/sctp/
Dulpevent.c830 struct sctp_authkey_event *ak; in sctp_ulpevent_make_authkey() local
839 ak = skb_put(skb, sizeof(struct sctp_authkey_event)); in sctp_ulpevent_make_authkey()
841 ak->auth_type = SCTP_AUTHENTICATION_EVENT; in sctp_ulpevent_make_authkey()
842 ak->auth_flags = 0; in sctp_ulpevent_make_authkey()
843 ak->auth_length = sizeof(struct sctp_authkey_event); in sctp_ulpevent_make_authkey()
845 ak->auth_keynumber = key_id; in sctp_ulpevent_make_authkey()
846 ak->auth_altkeynumber = 0; in sctp_ulpevent_make_authkey()
847 ak->auth_indication = indication; in sctp_ulpevent_make_authkey()
853 ak->auth_assoc_id = sctp_assoc2id(asoc); in sctp_ulpevent_make_authkey()