|
@@ -51,7 +51,7 @@ static void sctp_ulpevent_release_frag_data(struct sctp_ulpevent *event);
|
|
|
|
|
|
/* Initialize an ULP event from an given skb. */
|
|
/* Initialize an ULP event from an given skb. */
|
|
static void sctp_ulpevent_init(struct sctp_ulpevent *event,
|
|
static void sctp_ulpevent_init(struct sctp_ulpevent *event,
|
|
- int msg_flags,
|
|
|
|
|
|
+ __u16 msg_flags,
|
|
unsigned int len)
|
|
unsigned int len)
|
|
{
|
|
{
|
|
memset(event, 0, sizeof(struct sctp_ulpevent));
|
|
memset(event, 0, sizeof(struct sctp_ulpevent));
|
|
@@ -60,7 +60,7 @@ static void sctp_ulpevent_init(struct sctp_ulpevent *event,
|
|
}
|
|
}
|
|
|
|
|
|
/* Create a new sctp_ulpevent. */
|
|
/* Create a new sctp_ulpevent. */
|
|
-static struct sctp_ulpevent *sctp_ulpevent_new(int size, int msg_flags,
|
|
|
|
|
|
+static struct sctp_ulpevent *sctp_ulpevent_new(int size, __u16 msg_flags,
|
|
gfp_t gfp)
|
|
gfp_t gfp)
|
|
{
|
|
{
|
|
struct sctp_ulpevent *event;
|
|
struct sctp_ulpevent *event;
|