Searched refs:sctp_queued_to_read (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctputil.h | 109 struct sctp_queued_to_read *control, 122 struct sctp_queued_to_read *control, 380 sctp_log_strm_del(struct sctp_queued_to_read *control, 381 struct sctp_queued_to_read *poschk,
|
D | sctp_indata.h | 43 struct sctp_queued_to_read *
|
D | sctp_structs.h | 508 struct sctp_queued_to_read { /* sinfo structure Pluse more */ struct 528 TAILQ_ENTRY(sctp_queued_to_read) next; argument 1003 struct sctp_queued_to_read *control_pdapi;
|
D | sctp_indata.c | 122 struct sctp_queued_to_read * 130 struct sctp_queued_to_read *read_queue_e = NULL; in sctp_build_readq_entry() 166 static struct sctp_queued_to_read * 170 struct sctp_queued_to_read *read_queue_e = NULL; in sctp_build_readq_entry_chk() 393 struct sctp_queued_to_read *control, *ctl, *nctl; in sctp_service_reassembly() 563 struct sctp_queued_to_read *control, int *abort_flag) in sctp_queue_data_to_stream() 584 struct sctp_queued_to_read *at; in sctp_queue_data_to_stream() 1291 struct sctp_queued_to_read *control; in sctp_process_a_data_chunk() 1825 struct sctp_queued_to_read *ctlOn, *nctlOn; in sctp_process_a_data_chunk() 1902 struct sctp_queued_to_read *ctl, *nctl; in sctp_process_a_data_chunk() [all …]
|
D | sctputil.c | 287 sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk, int from) in sctp_log_strm_del() 2719 struct sctp_queued_to_read *control; in sctp_notify_assoc_change() 2865 struct sctp_queued_to_read *control; in sctp_notify_peer_addr_change() 2963 struct sctp_queued_to_read *control; in sctp_notify_send_failed() 3080 struct sctp_queued_to_read *control; in sctp_notify_send_failed2() 3177 struct sctp_queued_to_read *control; in sctp_notify_adaptation_layer() 3230 struct sctp_queued_to_read *control; in sctp_notify_partial_delivery_indication() 3321 struct sctp_queued_to_read *control; in sctp_notify_shutdown_event() 3396 struct sctp_queued_to_read *control; in sctp_notify_sender_dry_event() 3442 struct sctp_queued_to_read *control; in sctp_notify_stream_reset_add() [all …]
|
D | sctp_pcb.h | 53 TAILQ_HEAD(sctp_readhead, sctp_queued_to_read);
|
D | sctp_var.h | 111 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \
|
D | sctp_pcb.c | 3888 struct sctp_queued_to_read *sq, *nsq; 5420 struct sctp_queued_to_read *sq, *nsq; 5887 struct sctp_queued_to_read *ctl, *nctl; 6761 sizeof(struct sctp_queued_to_read), 7844 struct sctp_queued_to_read *ctl, *nctl;
|
D | sctp_auth.c | 1783 struct sctp_queued_to_read *control;
|
D | sctp_input.c | 407 struct sctp_queued_to_read *ctl, *nctl; in sctp_process_init() 4045 struct sctp_queued_to_read *ctl, *nctl;
|