Home | History | Annotate | Download | only in src

Lines Matching refs:his_mru

732         if (dl->physical->link.lcp.his_mru < mp->peer_mrru) {
771 /* Write at most his_mru bytes to the physical link */
772 if (len <= dl->physical->link.lcp.his_mru) {
777 /* It's > his_mru, chop the packet (`m') into bits */
778 mo = m_get(dl->physical->link.lcp.his_mru, MB_MPOUT);