Searched refs:sctp_move_chunks_from_net (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.h | 128 void sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net);
|
| H A D | sctp_timer.c | 937 sctp_move_chunks_from_net(stcb, net); in sctp_t3rxt_timer() 1038 sctp_move_chunks_from_net(stcb, stcb->asoc.primary_destination); in sctp_t1init_timer() 1165 sctp_move_chunks_from_net(stcb, net); in sctp_strreset_timer() 1261 sctp_move_chunks_from_net(stcb, net); in sctp_asconf_timer()
|
| H A D | sctp_output.c | 7742 sctp_move_chunks_from_net(struct sctp_tcb *stcb, struct sctp_nets *net) in sctp_move_chunks_from_net() function 8196 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 8473 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 8810 sctp_move_chunks_from_net(stcb, net); in sctp_med_chunk_output() 10086 sctp_move_chunks_from_net(stcb, net); in sctp_chunk_output()
|
| H A D | sctp_asconf.c | 583 sctp_move_chunks_from_net(stcb, in sctp_process_asconf_set_primary()
|
| H A D | sctp_input.c | 695 sctp_move_chunks_from_net(stcb, in sctp_handle_heartbeat_ack()
|