Home
last modified time | relevance | path

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

/linux-3.3/net/sctp/
Dchunk.c57 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
69 SCTP_STATIC struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) in sctp_datamsg_new()
71 struct sctp_datamsg *msg; in sctp_datamsg_new()
72 msg = kmalloc(sizeof(struct sctp_datamsg), gfp); in sctp_datamsg_new()
80 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
94 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
145 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
151 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
158 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
172 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
[all …]
Dsm_sideeffect.c1001 struct sctp_datamsg *msg) in sctp_cmd_send_msg()
Dsm_make_chunk.c1465 struct sctp_datamsg *msg; in sctp_chunk_assign_ssn()
Dsm_statefuns.c4645 struct sctp_datamsg *msg = arg; in sctp_sf_do_prm_send()
Dsocket.c1582 struct sctp_datamsg *datamsg; in sctp_sendmsg()
/linux-3.3/include/net/sctp/
Dcommand.h143 struct sctp_datamsg *msg;
193 SCTP_ARG_CONSTRUCTOR(DATAMSG, struct sctp_datamsg *, msg)
Dstructs.h653 struct sctp_datamsg { struct
667 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, argument
670 void sctp_datamsg_free(struct sctp_datamsg *);
671 void sctp_datamsg_put(struct sctp_datamsg *);
749 struct sctp_datamsg *msg;