Lines Matching full:physical
73 #include "physical.h"
264 mp->link.stats.gather = 0; /* Let the physical links gather stats */
299 struct lcp *lcp = &dl->physical->link.lcp;
339 dl->physical->link.stats.parent = &mp->link.stats.total;
415 mp_Assemble(struct mp *mp, struct mbuf *m, struct physical *p)
614 struct physical *p = link2physical(l);
707 if (dl->physical->out)
711 add = link_QueueLen(&dl->physical->link);
732 if (dl->physical->link.lcp.his_mru < mp->peer_mrru) {
744 bestlink = sendasip ? &dl->physical->link : &mp->link;
754 add = link_QueueLen(&dl->physical->link);
771 /* Write at most his_mru bytes to the physical link */
772 if (len <= dl->physical->link.lcp.his_mru) {
778 mo = m_get(dl->physical->link.lcp.his_mru, MB_MPOUT);
782 mp_Output(mp, bundle, &dl->physical->link, mo, begin, end);
1050 if (!link_QueueLen(&s->send.dl->physical->link) &&
1051 !s->send.dl->physical->out) {