Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dulpevent.c120 struct sctp_assoc_change *sac; in sctp_ulpevent_make_assoc_change()
131 sizeof(struct sctp_assoc_change), 0, gfp); in sctp_ulpevent_make_assoc_change()
141 sac = skb_push(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
144 skb_trim(skb, sizeof(struct sctp_assoc_change) + in sctp_ulpevent_make_assoc_change()
148 event = sctp_ulpevent_new(sizeof(struct sctp_assoc_change), in sctp_ulpevent_make_assoc_change()
154 sac = skb_put(skb, sizeof(struct sctp_assoc_change)); in sctp_ulpevent_make_assoc_change()
/linux-6.1.9/include/uapi/linux/
Dsctp.h359 struct sctp_assoc_change { struct
641 struct sctp_assoc_change sn_assoc_change;