sctp_datamsg      124 include/net/sctp/command.h 	struct sctp_datamsg *msg;
sctp_datamsg      165 include/net/sctp/command.h SCTP_ARG_CONSTRUCTOR(DATAMSG,	struct sctp_datamsg *, msg)
sctp_datamsg       33 include/net/sctp/stream_sched.h 	void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);
sctp_datamsg      534 include/net/sctp/structs.h struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
sctp_datamsg      537 include/net/sctp/structs.h void sctp_datamsg_free(struct sctp_datamsg *);
sctp_datamsg      538 include/net/sctp/structs.h void sctp_datamsg_put(struct sctp_datamsg *);
sctp_datamsg      632 include/net/sctp/structs.h 	struct sctp_datamsg *msg;
sctp_datamsg       35 net/sctp/chunk.c static void sctp_datamsg_init(struct sctp_datamsg *msg)
sctp_datamsg       47 net/sctp/chunk.c static struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp)
sctp_datamsg       49 net/sctp/chunk.c 	struct sctp_datamsg *msg;
sctp_datamsg       50 net/sctp/chunk.c 	msg = kmalloc(sizeof(struct sctp_datamsg), gfp);
sctp_datamsg       58 net/sctp/chunk.c void sctp_datamsg_free(struct sctp_datamsg *msg)
sctp_datamsg       72 net/sctp/chunk.c static void sctp_datamsg_destroy(struct sctp_datamsg *msg)
sctp_datamsg      121 net/sctp/chunk.c static void sctp_datamsg_hold(struct sctp_datamsg *msg)
sctp_datamsg      127 net/sctp/chunk.c void sctp_datamsg_put(struct sctp_datamsg *msg)
sctp_datamsg      134 net/sctp/chunk.c static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk)
sctp_datamsg      148 net/sctp/chunk.c struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
sctp_datamsg      157 net/sctp/chunk.c 	struct sctp_datamsg *msg;
sctp_datamsg     1538 net/sctp/sm_make_chunk.c 	struct sctp_datamsg *msg;
sctp_datamsg     1094 net/sctp/sm_sideeffect.c 			      struct sctp_datamsg *msg, gfp_t gfp)
sctp_datamsg     4935 net/sctp/sm_statefuns.c 	struct sctp_datamsg *msg = arg;
sctp_datamsg      168 net/sctp/socket.c 	struct sctp_datamsg *msg, *prev_msg = NULL;
sctp_datamsg     1800 net/sctp/socket.c 	struct sctp_datamsg *datamsg;
sctp_datamsg       54 net/sctp/stream_sched.c 				    struct sctp_datamsg *msg)
sctp_datamsg      134 net/sctp/stream_sched.c 	struct sctp_datamsg *msg = NULL;
sctp_datamsg      234 net/sctp/stream_sched_prio.c 				    struct sctp_datamsg *msg)
sctp_datamsg       99 net/sctp/stream_sched_rr.c 				  struct sctp_datamsg *msg)