Symbol: sctp_datamsg
include/net/sctp/command.h
124
struct sctp_datamsg *msg;
include/net/sctp/command.h
165
SCTP_ARG_CONSTRUCTOR(DATAMSG, struct sctp_datamsg *, msg)
include/net/sctp/stream_sched.h
33
void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);
include/net/sctp/structs.h
522
struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *,
include/net/sctp/structs.h
525
void sctp_datamsg_free(struct sctp_datamsg *);
include/net/sctp/structs.h
526
void sctp_datamsg_put(struct sctp_datamsg *);
include/net/sctp/structs.h
620
struct sctp_datamsg *msg;
net/sctp/chunk.c
119
static void sctp_datamsg_hold(struct sctp_datamsg *msg)
net/sctp/chunk.c
125
void sctp_datamsg_put(struct sctp_datamsg *msg)
net/sctp/chunk.c
132
static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk)
net/sctp/chunk.c
146
struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
net/sctp/chunk.c
155
struct sctp_datamsg *msg;
net/sctp/chunk.c
35
static void sctp_datamsg_init(struct sctp_datamsg *msg)
net/sctp/chunk.c
47
static struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp)
net/sctp/chunk.c
49
struct sctp_datamsg *msg;
net/sctp/chunk.c
50
msg = kmalloc_obj(struct sctp_datamsg, gfp);
net/sctp/chunk.c
58
void sctp_datamsg_free(struct sctp_datamsg *msg)
net/sctp/chunk.c
72
static void sctp_datamsg_destroy(struct sctp_datamsg *msg)
net/sctp/sm_make_chunk.c
1575
struct sctp_datamsg *msg;
net/sctp/sm_sideeffect.c
1114
struct sctp_datamsg *msg, gfp_t gfp)
net/sctp/sm_statefuns.c
5137
struct sctp_datamsg *msg = arg;
net/sctp/socket.c
171
struct sctp_datamsg *msg, *prev_msg = NULL;
net/sctp/socket.c
1797
struct sctp_datamsg *datamsg;
net/sctp/stream_sched.c
152
struct sctp_datamsg *msg = NULL;
net/sctp/stream_sched.c
54
struct sctp_datamsg *msg)
net/sctp/stream_sched_fc.c
99
struct sctp_datamsg *msg)
net/sctp/stream_sched_prio.c
216
struct sctp_datamsg *msg)
net/sctp/stream_sched_rr.c
98
struct sctp_datamsg *msg)