Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dchunk.c35 static void sctp_datamsg_init(struct sctp_datamsg *msg) in sctp_datamsg_init()
47 static struct sctp_datamsg *sctp_datamsg_new(gfp_t gfp) in sctp_datamsg_new()
49 struct sctp_datamsg *msg; in sctp_datamsg_new()
50 msg = kmalloc(sizeof(struct sctp_datamsg), gfp); in sctp_datamsg_new()
58 void sctp_datamsg_free(struct sctp_datamsg *msg) in sctp_datamsg_free()
72 static void sctp_datamsg_destroy(struct sctp_datamsg *msg) in sctp_datamsg_destroy()
119 static void sctp_datamsg_hold(struct sctp_datamsg *msg) in sctp_datamsg_hold()
125 void sctp_datamsg_put(struct sctp_datamsg *msg) in sctp_datamsg_put()
132 static void sctp_datamsg_assign(struct sctp_datamsg *msg, struct sctp_chunk *chunk) in sctp_datamsg_assign()
146 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc, in sctp_datamsg_from_user()
[all …]
A Dstream_sched.c54 struct sctp_datamsg *msg) in sctp_sched_fcfs_enqueue()
151 struct sctp_datamsg *msg = NULL; in sctp_sched_set_sched()
A Dstream_sched_rr.c98 struct sctp_datamsg *msg) in sctp_sched_rr_enqueue()
A Dstream_sched_prio.c216 struct sctp_datamsg *msg) in sctp_sched_prio_enqueue()
A Dsm_sideeffect.c1109 struct sctp_datamsg *msg, gfp_t gfp) in sctp_cmd_send_msg()
A Dsm_make_chunk.c1583 struct sctp_datamsg *msg; in sctp_chunk_assign_ssn()
A Dsocket.c170 struct sctp_datamsg *msg, *prev_msg = NULL; in sctp_for_each_tx_datachunk()
1797 struct sctp_datamsg *datamsg; in sctp_sendmsg_to_asoc()
A Dsm_statefuns.c5084 struct sctp_datamsg *msg = arg; in sctp_sf_do_prm_send()
/linux-6.3-rc2/include/net/sctp/
A Dcommand.h124 struct sctp_datamsg *msg;
165 SCTP_ARG_CONSTRUCTOR(DATAMSG, struct sctp_datamsg *, msg) in SCTP_ARG_CONSTRUCTOR()
A Dstream_sched.h33 void (*enqueue)(struct sctp_outq *q, struct sctp_datamsg *msg);
A Dstructs.h520 struct sctp_datamsg { struct
534 struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *, argument
537 void sctp_datamsg_free(struct sctp_datamsg *);
538 void sctp_datamsg_put(struct sctp_datamsg *);
632 struct sctp_datamsg *msg;

Completed in 43 milliseconds