Searched refs:sctp_queued_to_read (Results 1 – 10 of 10) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.h | 45 struct sctp_queued_to_read * 57 memset(_ctl, 0, sizeof(struct sctp_queued_to_read)); \
|
D | sctputil.h | 122 struct sctp_queued_to_read *, 129 struct sctp_queued_to_read *control, 398 sctp_log_strm_del(struct sctp_queued_to_read *control, 399 struct sctp_queued_to_read *poschk,
|
D | sctp_indata.c | 71 sctp_add_chk_to_control(struct sctp_queued_to_read *control, 142 struct sctp_queued_to_read * 150 struct sctp_queued_to_read *read_queue_e = NULL; in sctp_build_readq_entry() 156 memset(read_queue_e, 0, sizeof(struct sctp_queued_to_read)); in sctp_build_readq_entry() 363 struct sctp_queued_to_read *control) in sctp_place_control_in_stream() 365 struct sctp_queued_to_read *at; in sctp_place_control_in_stream() 445 struct sctp_queued_to_read *control, in sctp_abort_in_reasm() 480 sctp_clean_up_control(struct sctp_tcb *stcb, struct sctp_queued_to_read *control) in sctp_clean_up_control() 510 struct sctp_queued_to_read *control, int *abort_flag, int *need_reasm) in sctp_queue_data_to_stream() 530 struct sctp_queued_to_read *at; in sctp_queue_data_to_stream() [all …]
|
D | sctp_structs.h | 509 struct sctp_queued_to_read { /* sinfo structure Pluse more */ struct 531 TAILQ_ENTRY(sctp_queued_to_read) next; argument 532 TAILQ_ENTRY(sctp_queued_to_read) next_instrm; 1025 struct sctp_queued_to_read *control_pdapi;
|
D | sctputil.c | 308 sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk, int from) in sctp_log_strm_del() 3250 struct sctp_queued_to_read *control; in sctp_notify_assoc_change() 3411 struct sctp_queued_to_read *control; in sctp_notify_peer_addr_change() 3518 struct sctp_queued_to_read *control; in sctp_notify_send_failed() 3654 struct sctp_queued_to_read *control; in sctp_notify_send_failed2() 3750 struct sctp_queued_to_read *control; in sctp_notify_adaptation_layer() 3803 struct sctp_queued_to_read *control; in sctp_notify_partial_delivery_indication() 3891 struct sctp_queued_to_read *control; in sctp_notify_shutdown_event() 3966 struct sctp_queued_to_read *control; in sctp_notify_sender_dry_event() 4012 struct sctp_queued_to_read *control; in sctp_notify_stream_reset_add() [all …]
|
D | sctp_pcb.h | 55 TAILQ_HEAD(sctp_readhead, sctp_queued_to_read);
|
D | sctp_var.h | 121 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \
|
D | sctp_pcb.c | 3890 struct sctp_queued_to_read *sq, *nsq; 5430 struct sctp_queued_to_read *control, *ncontrol; 5490 struct sctp_queued_to_read *sq, *nsq; 6741 sizeof(struct sctp_queued_to_read), 7873 struct sctp_queued_to_read *control, *ncontrol;
|
D | sctp_auth.c | 1760 struct sctp_queued_to_read *control;
|
D | sctp_input.c | 4238 struct sctp_queued_to_read *ctl, *nctl;
|