Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/atm/ccatm/
H A Dng_ccatm.c310 struct mbuf *dump_last; /* first and last mbuf when dumping */ member
440 priv->dump_first = priv->dump_last = m; in send_dump()
448 priv->dump_last->m_next = m; in send_dump()
449 priv->dump_last = m; in send_dump()
468 priv->dump_first = priv->dump_last = NULL; in ng_ccatm_dump()
474 priv->dump_first = priv->dump_last = NULL; in ng_ccatm_dump()