Lines Matching refs:sctp_datamsg
35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
47 static struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) in sctp_datamsg_new()
49 struct sctp_datamsg *msg; in sctp_datamsg_new()
50 msg = kmalloc(sizeof(struct sctp_datamsg), gfp); in sctp_datamsg_new()
58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
119 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
125 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
132 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
146 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
155 struct sctp_datamsg *msg; in sctp_datamsg_from_user()