Searched refs:sctp_queued_to_read (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_indata.h | 40 struct sctp_queued_to_read * 51 memset(_ctl, 0, sizeof(struct sctp_queued_to_read)); \
|
H A D | sctputil.h | 111 struct sctp_queued_to_read *control, 297 sctp_log_strm_del(struct sctp_queued_to_read *control, 298 struct sctp_queued_to_read *poschk,
|
H A D | sctp_indata.c | 62 sctp_add_chk_to_control(struct sctp_queued_to_read *control, 131 struct sctp_queued_to_read * 139 struct sctp_queued_to_read *read_queue_e = NULL; in sctp_build_readq_entry() 145 memset(read_queue_e, 0, sizeof(struct sctp_queued_to_read)); in sctp_build_readq_entry() 329 struct sctp_queued_to_read *control) in sctp_place_control_in_stream() 331 struct sctp_queued_to_read *at; in sctp_place_control_in_stream() 414 struct sctp_queued_to_read *control, in sctp_abort_in_reasm() 449 sctp_clean_up_control(struct sctp_tcb *stcb, struct sctp_queued_to_read *control) in sctp_clean_up_control() 480 struct sctp_queued_to_read *control, int *abort_flag, int *need_reasm) in sctp_queue_data_to_stream() 500 struct sctp_queued_to_read *at; in sctp_queue_data_to_stream() [all …]
|
H A D | sctp_structs.h | 466 struct sctp_queued_to_read { /* sinfo structure Pluse more */ struct 489 TAILQ_ENTRY(sctp_queued_to_read) next; argument 490 TAILQ_ENTRY(sctp_queued_to_read) next_instrm;
|
H A D | sctputil.c | 281 sctp_log_strm_del(struct sctp_queued_to_read *control, struct sctp_queued_to_read *poschk, int from) in sctp_log_strm_del() 3142 struct sctp_queued_to_read *control; in sctp_notify_assoc_change() 3286 struct sctp_queued_to_read *control; in sctp_notify_peer_addr_change() 3377 struct sctp_queued_to_read *control; in sctp_notify_send_failed() 3509 struct sctp_queued_to_read *control; in sctp_notify_send_failed2() 3607 struct sctp_queued_to_read *control; in sctp_notify_adaptation_layer() 3654 struct sctp_queued_to_read *aborted_control, in sctp_notify_partial_delivery_indication() 3659 struct sctp_queued_to_read *control; in sctp_notify_partial_delivery_indication() 3722 struct sctp_queued_to_read *control; in sctp_notify_shutdown_event() 3780 struct sctp_queued_to_read *control; in sctp_notify_sender_dry_event() [all …]
|
H A D | sctp_var.h | 113 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \
|
H A D | sctp_pcb.h | 50 TAILQ_HEAD(sctp_readhead, sctp_queued_to_read);
|
H A D | sctp_pcb.c | 3197 struct sctp_queued_to_read *sq, *nsq; in sctp_inpcb_free() 4506 struct sctp_queued_to_read *control, *ncontrol; in sctp_clean_up_stream() 4561 struct sctp_queued_to_read *sq, *nsq; in sctp_free_assoc() 5634 sizeof(struct sctp_queued_to_read), in sctp_pcb_init() 6631 struct sctp_queued_to_read *control, *ncontrol; in sctp_drain_mbufs()
|
H A D | sctp_auth.c | 1707 struct sctp_queued_to_read *control; in sctp_notify_authentication()
|
H A D | sctp_input.c | 1363 struct sctp_queued_to_read *sq, *nsq; in sctp_process_cookie_existing() 3809 struct sctp_queued_to_read *ctl, *nctl; in sctp_handle_str_reset_add_strm()
|
H A D | sctp_usrreq.c | 786 struct sctp_queued_to_read *control, *ncontrol; in sctp_shutdown()
|