Home
last modified time | relevance | path

Searched refs:sctp_datamsg (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dchunk.c54 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
65 SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(int gfp) in sctp_datamsg_new()
67 struct sctp_datamsg *msg; in sctp_datamsg_new()
68 msg = kmalloc(sizeof(struct sctp_datamsg), gfp); in sctp_datamsg_new()
76 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
127 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
133 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
142 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
154 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
168 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
[all …]
Dsocket.c1067 struct sctp_datamsg *datamsg; in sctp_sendmsg()
/linux-2.4.37.9/include/net/sctp/
Dstructs.h530 struct sctp_datamsg { struct
546 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, argument
549 void sctp_datamsg_put(struct sctp_datamsg *);
550 void sctp_datamsg_free(struct sctp_datamsg *);
634 struct sctp_datamsg *msg;