Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dchunk.c50 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
62 static struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) in sctp_datamsg_new()
64 struct sctp_datamsg *msg; in sctp_datamsg_new()
65 msg = kmalloc(sizeof(struct sctp_datamsg), gfp); in sctp_datamsg_new()
73 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
87 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
138 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
144 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
151 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
165 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
[all …]
Dstream_sched.c69 struct sctp_datamsg *msg) in sctp_sched_fcfs_enqueue()
149 struct sctp_datamsg *msg = NULL; in sctp_sched_set_sched()
Dstream_sched_rr.c114 struct sctp_datamsg *msg) in sctp_sched_rr_enqueue()
Dstream_sched_prio.c249 struct sctp_datamsg *msg) in sctp_sched_prio_enqueue()
Dsm_sideeffect.c1104 struct sctp_datamsg *msg, gfp_t gfp) in sctp_cmd_send_msg()
Dsm_make_chunk.c1542 struct sctp_datamsg *msg; in sctp_chunk_assign_ssn()
Dsm_statefuns.c4915 struct sctp_datamsg *msg = arg; in sctp_sf_do_prm_send()
Dsocket.c1902 struct sctp_datamsg *datamsg; in sctp_sendmsg_to_asoc()
/Linux-v4.19/include/net/sctp/
Dcommand.h140 struct sctp_datamsg *msg;
181 SCTP_ARG_CONSTRUCTOR(DATAMSG, struct sctp_datamsg *, msg) in SCTP_ARG_CONSTRUCTOR()
Dstream_sched.h48 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);
Dstructs.h530 struct sctp_datamsg { struct
544 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, argument
547 void sctp_datamsg_free(struct sctp_datamsg *);
548 void sctp_datamsg_put(struct sctp_datamsg *);
642 struct sctp_datamsg *msg;