Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dulpevent.c142 struct sctp_assoc_change *sac; in sctp_ulpevent_make_assoc_change()
145 event = sctp_ulpevent_new(sizeof(struct sctp_assoc_change), in sctp_ulpevent_make_assoc_change()
150 sac = (struct sctp_assoc_change *) in sctp_ulpevent_make_assoc_change()
151 skb_put(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
185 sac->sac_length = sizeof(struct sctp_assoc_change); in sctp_ulpevent_make_assoc_change()
/linux-2.4.37.9/include/net/sctp/
Duser.h197 struct sctp_assoc_change { struct
383 struct sctp_assoc_change sn_assoc_change;