Searched refs:sctp_ulpevent_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/net/sctp/ |
D | ulpevent.c | 38 static void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init() function 59 sctp_ulpevent_init(event, msg_flags, skb->truesize); in sctp_ulpevent_new() 138 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change() 404 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 455 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 551 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed_event() 737 sctp_ulpevent_init(event, 0, skb->len + sizeof(struct sk_buff)); in sctp_ulpevent_make_rcvmsg()
|