Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dulpevent.c788 struct sctp_authkey_event *ak; in sctp_ulpevent_make_authkey()
791 event = sctp_ulpevent_new(sizeof(struct sctp_authkey_event), in sctp_ulpevent_make_authkey()
797 ak = (struct sctp_authkey_event *) in sctp_ulpevent_make_authkey()
798 skb_put(skb, sizeof(struct sctp_authkey_event)); in sctp_ulpevent_make_authkey()
802 ak->auth_length = sizeof(struct sctp_authkey_event); in sctp_ulpevent_make_authkey()
/linux-4.4.14/include/uapi/linux/
Dsctp.h428 struct sctp_authkey_event { struct
492 struct sctp_authkey_event sn_authkey_event;