Home
last modified time | relevance | path

Searched refs:sctp_queued_to_read (Results 1 – 11 of 11) sorted by last modified time

/freebsd/sys/netinet/
H A Dsctp_pcb.h50 TAILQ_HEAD(sctp_readhead, sctp_queued_to_read);
H A Dsctputil.c281 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()
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()
3829 struct sctp_queued_to_read *control; in sctp_notify_stream_reset_add()
[all …]
H A Dsctp_input.c1363 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 Dsctp_pcb.c3324 struct sctp_queued_to_read *sq, *nsq; in sctp_inpcb_free()
4635 struct sctp_queued_to_read *control, *ncontrol; in sctp_clean_up_stream()
4690 struct sctp_queued_to_read *sq, *nsq; in sctp_free_assoc()
5763 sizeof(struct sctp_queued_to_read), in sctp_pcb_init()
6761 struct sctp_queued_to_read *control, *ncontrol; in sctp_drain_mbufs()
H A Dsctp_usrreq.c785 struct sctp_queued_to_read *control, *ncontrol; in sctp_shutdown()
H A Dsctp_indata.c131 struct sctp_queued_to_read *
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()
500 struct sctp_queued_to_read *at; in sctp_queue_data_to_stream()
727 sctp_build_readq_entry_from_ctl(struct sctp_queued_to_read *nc, struct sctp_queued_to_read *control) in sctp_build_readq_entry_from_ctl()
768 struct sctp_queued_to_read *control, in sctp_handle_old_unordered_data()
782 struct sctp_queued_to_read *nc; in sctp_handle_old_unordered_data()
912 struct sctp_queued_to_read *control, in sctp_inject_old_unordered_data()
1666 static struct sctp_queued_to_read *
[all …]
H A Dsctp_var.h113 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \
H A Dsctp_auth.c1707 struct sctp_queued_to_read *control; in sctp_notify_authentication()
H A Dsctputil.h111 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 Dsctp_structs.h466 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 Dsctp_indata.h40 struct sctp_queued_to_read *
51 memset(_ctl, 0, sizeof(struct sctp_queued_to_read)); \