Searched refs:nch (Results 1 – 2 of 2) sorted by relevance
1138 int nch, len, fragsize; in ppp_mp_explode() local1147 nch = 0; in ppp_mp_explode()1152 nch += pch->avail = (skb_queue_len(&pch->file.xq) == 0); in ppp_mp_explode()1167 if (nch == 0) in ppp_mp_explode()1180 if (nch > 1) { in ppp_mp_explode()1182 if (nch > maxch) in ppp_mp_explode()1183 nch = maxch; in ppp_mp_explode()1184 fragsize = ROUNDUP(fragsize, nch); in ppp_mp_explode()1216 if (--nch == 0) in ppp_mp_explode()
165 char *firstchars (char *p, int nch) in firstchars() argument170 memcpy (buf[t], p, nch); in firstchars()171 buf[t][nch] = 0; in firstchars()