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

/freebsd-10.0-release/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.h709 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
H A Dsctp_output.c7497 int goal_mtu, moved_how_much, total_moved = 0, bail = 0; local
7534 moved_how_much = sctp_move_to_outqueue(stcb, strq, goal_mtu, frag_point, &locked,
7536 if (moved_how_much)
7537 stcb->asoc.ss_functions.sctp_ss_scheduled(stcb, net, asoc, strq, moved_how_much);
7541 if ((moved_how_much == 0) || (giveup) || bail)
7554 total_moved += moved_how_much;
7555 goal_mtu -= (moved_how_much + sizeof(struct sctp_data_chunk));

Completed in 98 milliseconds