Searched refs:sctp_ulpevent_init (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/net/sctp/ |
D | ulpevent.c | 53 static void sctp_ulpevent_init(struct sctp_ulpevent *event, in sctp_ulpevent_init() function 74 sctp_ulpevent_init(event, msg_flags, skb->truesize); in sctp_ulpevent_new() 150 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_assoc_change() 400 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_remote_error() 451 sctp_ulpevent_init(event, MSG_NOTIFICATION, skb->truesize); in sctp_ulpevent_make_send_failed() 700 sctp_ulpevent_init(event, 0, skb->len + sizeof(struct sk_buff)); in sctp_ulpevent_make_rcvmsg()
|