Searched refs:mnext (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/amd/conf/mtab/
H A Dmtab_bsd.c134 mpp = &(*mpp)->mnext;
/freebsd-10-stable/contrib/amd/amd/
H A Drestart.c134 mlp = mlp->mnext) {
197 mlp = mlp->mnext) {
H A Damfs_host.c293 for (ml = mlist; ml; ml = ml->mnext)
560 mntlist *ml2 = ml->mnext;
561 ml->mnext = mprev;
570 for (ml = mlist; ml && !xerror; ml = ml->mnext) {
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_sched.h157 void dn_free_pkts(struct mbuf *mnext);
H A Dip_dn_io.c278 void dn_free_pkts(struct mbuf *mnext) argument
282 while ((m = mnext) != NULL) {
283 mnext = m->m_nextpkt;
H A Dip_fw_dynamic.c1030 struct mbuf *m0, *m, *mnext, **mtailp; local
1274 for (m = m0; m != NULL; m = mnext) {
1275 mnext = m->m_nextpkt;
/freebsd-10-stable/contrib/amd/libamu/
H A Dmtab.c77 mp = mp->mnext;
/freebsd-10-stable/sys/netinet/
H A Dip_output.c711 struct mbuf **mnext; local
779 mnext = &m0->m_nextpkt; /* pointer to next packet */
850 *mnext = m;
851 mnext = &m->m_nextpkt;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c863 struct mbuf **mnext = &m->m_act; local
896 *mnext = m;
907 mnext = &m->m_act;
/freebsd-10-stable/contrib/amd/include/
H A Dam_utils.h219 struct mntlist *mnext; member in struct:mntlist
/freebsd-10-stable/sys/netinet6/
H A Dip6_output.c215 struct mbuf *m, **mnext, *m_frgpart; local
226 mnext = &m->m_nextpkt;
235 *mnext = m;
236 mnext = &m->m_nextpkt;

Completed in 93 milliseconds