Searched refs:sctp_stream_queue_pending (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 49 struct sctp_stream_queue_pending *, int); 54 struct sctp_stream_queue_pending *, int); 126 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_add() 157 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_remove() 244 struct sctp_stream_queue_pending *sp; in sctp_ss_default_scheduled() 288 struct sctp_stream_queue_pending *sp; in sctp_ss_default_is_user_msgs_incomplete() 311 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_rr_add() 453 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_prio_add() 487 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_prio_remove() 645 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_fb_add() [all …]
|
D | sctp_structs.h | 565 struct sctp_stream_queue_pending { struct 570 TAILQ_ENTRY (sctp_stream_queue_pending) next; argument 571 TAILQ_ENTRY (sctp_stream_queue_pending) ss_next; 604 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument 796 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock); 799 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
|
D | sctp_var.h | 137 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 139 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
|
D | sctp_pcb.h | 56 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
|
D | sctp_output.c | 6824 sctp_set_prsctp_policy(struct sctp_stream_queue_pending *sp) 6888 struct sctp_stream_queue_pending *sp = NULL; 7718 struct sctp_stream_queue_pending *sp; 8330 struct sctp_stream_queue_pending *sp; 12936 struct sctp_stream_queue_pending *sp, *nsp; 13165 sctp_copy_one(struct sctp_stream_queue_pending *sp, 13236 static struct sctp_stream_queue_pending * 13254 struct sctp_stream_queue_pending *sp = NULL; 14155 struct sctp_stream_queue_pending *sp;
|
D | sctp_timer.c | 1355 struct sctp_stream_queue_pending *sp;
|
D | sctputil.c | 3655 struct sctp_stream_queue_pending *sp, int so_locked) in sctp_notify_send_failed2() 4341 (struct sctp_stream_queue_pending *)data, so_locked); 4453 struct sctp_stream_queue_pending *sp, *nsp; 5535 struct sctp_stream_queue_pending *sp;
|
D | sctp_input.c | 244 struct sctp_stream_queue_pending *sp; in sctp_is_there_unsent_data() 334 struct sctp_stream_queue_pending *sp, *nsp; in sctp_process_init()
|
D | sctp_pcb.c | 5451 struct sctp_stream_queue_pending *sp, *nsp; 6661 sizeof(struct sctp_stream_queue_pending),
|