Searched defs:wheretodiv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecesp.c1502 uint_t wheretodiv = divpoint; local
1504 while ((split_mp->b_wptr - split_mp->b_rptr) < wheretodiv) {
1505 wheretodiv -= (split_mp->b_wptr - split_mp->b_rptr);
1510 if (split_mp->b_wptr - split_mp->b_rptr != wheretodiv) {
1522 scratch->b_rptr += wheretodiv;
1523 split_mp->b_wptr = split_mp->b_rptr + wheretodiv;
1527 * At this point, split_mp is exactly "wheretodiv" bytes long, and

Completed in 69 milliseconds