mux_edge
struct mux_edge *ep;
struct mux_edge *mep;
struct mux_edge *ep;
ep->me_nextp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP);
np->mn_outp = kmem_alloc(sizeof (struct mux_edge), KM_SLEEP);
struct mux_edge *ep;
struct mux_edge *pep = NULL;
kmem_free(ep, sizeof (struct mux_edge));
struct mux_edge *ep;
struct mux_edge *mn_startp; /* where search left off in mn_outp */
struct mux_edge *mn_outp; /* list of outgoing edges */
struct mux_edge *me_nextp; /* next edge */