Lines Matching defs:fit
4107 /* A data chunk MUST fit in a cluster */
4233 /* It will NEVER fit */
6714 /* can't fit so we are done */
6824 /* None will fit */
7844 /* Reduce the size of the sack to fit */
7845 int calc, fit;
7848 fit = calc/sizeof(struct sctp_gap_ack_block);
7849 if (fit > (int)num_gap_blocks) {
7851 asoc->numduptsns = (fit - num_gap_blocks);
7854 num_gap_blocks = fit;
9314 /* will it ever fit ? */
9316 /* It will NEVER fit */