Searched refs:sctp_move_chunks_from_net (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_output.h | 127 void sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net);
|
H A D | sctp_timer.c | 933 sctp_move_chunks_from_net(stcb, net); in sctp_t3rxt_timer() 1034 sctp_move_chunks_from_net(stcb, stcb->asoc.primary_destination); in sctp_t1init_timer() 1161 sctp_move_chunks_from_net(stcb, net); in sctp_strreset_timer() 1257 sctp_move_chunks_from_net(stcb, net); in sctp_asconf_timer()
|
H A D | sctp_output.c | 7784 sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_move_chunks_from_net() function 8240 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 8529 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 8879 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 10178 sctp_move_chunks_from_net(stcb, net); in sctp_chunk_output()
|
H A D | sctp_asconf.c | 580 sctp_move_chunks_from_net(stcb, in sctp_process_asconf_set_primary()
|
H A D | sctp_input.c | 664 sctp_move_chunks_from_net(stcb, in sctp_handle_heartbeat_ack()
|