HomeSort by: relevance | last modified time | path
    Searched refs:sctp_association (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/netinet/
sctp_indata.h 38 int sctp_deliver_data(struct sctp_tcb *, struct sctp_association *,
41 void sctp_set_rwnd(struct sctp_tcb *, struct sctp_association *);
51 sctp_try_advance_peer_ack_point(struct sctp_tcb *, struct sctp_association *);
53 void sctp_service_queues(struct sctp_tcb *, struct sctp_association *, int have_lock);
sctp_output.h 78 int sctp_get_frag_point(struct sctp_tcb *, struct sctp_association *);
80 void sctp_toss_old_cookies(struct sctp_association *);
84 void sctp_fix_ecn_echo(struct sctp_association *);
92 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
sctp_timer.h 69 void sctp_audit_retranmission_queue(struct sctp_association *);
sctputil.h 143 int sctp_init_asoc(struct sctp_inpcb *, struct sctp_association *, int, uint32_t);
153 void sctp_mtu_size_reset(struct sctp_inpcb *, struct sctp_association *,
158 u_int32_t sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *,
176 int sctp_expand_mapping_array(struct sctp_association *);
222 void sctp_free_bufspace(struct sctp_tcb *, struct sctp_association *,
231 void sctp_log_block(uint8_t, struct socket *, struct sctp_association *);
sctp_structs.h 243 struct sctp_association *asoc; /* bp to asoc this belongs to */
289 struct sctp_association { struct
sctp_indata.c 107 sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc)
274 sctp_deliver_data(struct sctp_tcb *stcb, struct sctp_association *asoc,
512 sctp_service_reassembly(struct sctp_tcb *stcb, struct sctp_association *asoc, int hold_locks)
801 sctp_queue_data_to_stream(struct sctp_tcb *stcb, struct sctp_association *asoc,
1003 sctp_is_all_msg_on_reasm(struct sctp_association *asoc, int *t_size)
1040 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc,
1609 sctp_does_chk_belong_to_reasm(struct sctp_association *asoc,
1664 sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc,
2211 struct sctp_association *asoc;
2423 sctp_service_queues(struct sctp_tcb *stcb, struct sctp_association *asoc, int hold_locks
    [all...]
sctp_output.c 3097 sctp_are_there_new_addresses(struct sctp_association *asoc,
3249 struct sctp_association *asoc;
3870 sctp_insert_on_wheel(struct sctp_association *asoc,
3897 sctp_remove_from_wheel(struct sctp_association *asoc,
3909 struct sctp_association *asoc,
4086 struct sctp_association *asoc)
4129 struct sctp_association *asoc;
4828 sctp_toss_old_cookies(struct sctp_association *asoc)
4855 struct sctp_association *asoc;
4884 struct sctp_association *asoc
    [all...]
sctp_input.c 168 struct sctp_association *asoc;
298 struct sctp_association *asoc;
512 struct sctp_association *asoc;
623 struct sctp_association *asoc;
767 struct sctp_association *asoc;
1045 struct sctp_association *asoc;
1420 struct sctp_association *asoc;
2140 struct sctp_association *asoc;
2332 struct sctp_association *asoc;
2631 struct sctp_association *asoc
    [all...]
sctp_timer.c 100 sctp_audit_retranmission_queue(struct sctp_association *asoc)
694 struct sctp_association *asoc;
1361 struct sctp_association *asoc;
sctputil.c 286 sctp_log_block(uint8_t from, struct socket *so, struct sctp_association *asoc)
646 sctp_init_asoc(struct sctp_inpcb *m, struct sctp_association *asoc,
801 sctp_expand_mapping_array(struct sctp_association *asoc)
1590 struct sctp_association *asoc, u_long mtu)
1638 struct sctp_association *asoc,
2569 struct sctp_association *asoc;
3181 sctp_should_be_moved(struct mbuf *this, struct sctp_association *asoc)
3262 struct sctp_association *asoc;
3334 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc,
sctp_pcb.h 352 struct sctp_association asoc;
sctp_pcb.c 2616 struct sctp_association *asoc;
2869 struct sctp_association *asoc;
3023 struct sctp_association *asoc;
4492 struct sctp_association *asoc;
sctp_usrreq.c 182 sctp_split_chunks(struct sctp_association *asoc,
708 struct sctp_association *asoc;
830 struct sctp_association *asoc;
1489 struct sctp_association *asoc;
sctp_asconf.c 573 struct sctp_association *asoc;
1331 struct sctp_association *asoc;
  /src/sys/netinet6/
sctp6_usrreq.c 715 struct sctp_association *asoc;

Completed in 63 milliseconds