Home
last modified time | relevance | path

Searched refs:link_QueueLen (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Dlink.h68 extern size_t link_QueueLen(struct link *);
H A Dmp.c713 add = link_QueueLen(&dl->physical->link); in mp_FillPhysicalQueues()
756 add = link_QueueLen(&dl->physical->link); in mp_FillPhysicalQueues()
1052 if (!link_QueueLen(&s->send.dl->physical->link) && in mpserver_UpdateSet()
1210 return link_QueueLen(&mp->link); in mp_QueueLen()
H A Dlink.c121 link_QueueLen(struct link *l) in link_QueueLen() function
H A Dncp.c327 add = link_QueueLen(&dl->physical->link); in ncp_FillPhysicalQueues()
H A Dphysical.c462 (u_long)link_QueueLen(&p->link)); in physical_ShowStatus()
847 if (w && (force || link_QueueLen(&p->link) || p->out)) { in physical_doUpdateSet()