Searched refs:sctp_authkey_event (Results 1 – 3 of 3) sorted by relevance
1706 struct sctp_authkey_event *auth; in sctp_notify_authentication()1717 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_authkey_event), in sctp_notify_authentication()1724 auth = mtod(m_notify, struct sctp_authkey_event *); in sctp_notify_authentication()1725 memset(auth, 0, sizeof(struct sctp_authkey_event)); in sctp_notify_authentication()
441 struct sctp_authkey_event { struct529 struct sctp_authkey_event sn_auth_event;
975 struct sctp_authkey_event *authkeyevent = &snp->sn_auth_event; in dgram_sctp_handle_auth_free_key_event()