Home | History | Annotate | Download | only in netipsec

Lines Matching defs:n0

212 		struct mbuf *n0, *n, **np;
215 n0 = NULL;
216 np = &n0;
229 m_freem(n0);
245 if (n0 != NULL) {
247 m->m_next = n0;
252 m_freem(n0);
257 if ((n->m_next = n0) == NULL)
259 n0 = n;
262 m->m_next = n0;