Home
last modified time | relevance | path

Searched refs:llcl_slotsfree (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/netccitt/
H A Dllc_output.c65 (linkp->llcl_slotsfree > 0) && in llc_start()
110 if (linkp->llcl_slotsfree < linkp->llcl_window) in llc_resend()
H A Dllc_var.h296 short llcl_slotsfree; /* free slots [W] */ member
331 if ((l)->llcl_slotsfree > 0) { \
332 (l)->llcl_slotsfree--; \
460 (l)->llcl_slotsfree++; \
463 if ((l)->llcl_slotsfree < (l)->llcl_window) { \
H A Dllc_subr.c2035 if (linkp->llcl_slotsfree != linkp->llcl_window) { in llc_resetwindow()
2129 nlinkp->llcl_slotsfree = nlinkp->llcl_window = llcwindow; in llc_newlink()