Searched refs:moved_how_much (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_ss_functions.c213 struct sctp_stream_out *strq, int moved_how_much SCTP_UNUSED)
653 int moved_how_much SCTP_UNUSED)
H A Dsctp_structs.h726 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
H A Dsctp_output.c7667 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; local
7704 moved_how_much = sctp_move_to_outqueue(stcb, strq, goal_mtu, frag_point, &locked,
7706 if (moved_how_much)
7707 stcb->asoc.ss_functions.sctp_ss_scheduled(stcb, net, asoc, strq, moved_how_much);
7711 if ((moved_how_much == 0) || (giveup) || bail)
7724 total_moved += moved_how_much;
7725 goal_mtu -= (moved_how_much + sizeof(struct sctp_data_chunk));

Completed in 176 milliseconds