Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dulpevent.c132 struct sctp_assoc_change *sac; in sctp_ulpevent_make_assoc_change()
143 sizeof(struct sctp_assoc_change), 0, gfp); in sctp_ulpevent_make_assoc_change()
153 sac = (struct sctp_assoc_change *) in sctp_ulpevent_make_assoc_change()
154 skb_push(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
157 skb_trim(skb, sizeof(struct sctp_assoc_change) + in sctp_ulpevent_make_assoc_change()
161 event = sctp_ulpevent_new(sizeof(struct sctp_assoc_change), in sctp_ulpevent_make_assoc_change()
167 sac = (struct sctp_assoc_change *) skb_put(skb, in sctp_ulpevent_make_assoc_change()
168 sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
/linux-4.1.27/include/uapi/linux/
Dsctp.h262 struct sctp_assoc_change { struct
485 struct sctp_assoc_change sn_assoc_change;