Searched refs:mt (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_lap.c323 gbuf_t *mt = NULL; /* temp */ local
585 mt = mn;
597 if (mt)
598 gbuf_freem(mt);
613 atalk_putnext(gref,mt); /* send up table */
650 mt = mn;
662 if (mt)
663 gbuf_freem(mt);
675 atalk_putnext(gref,mt); /* send up table */
716 mt
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3447 struct mbuf *mt; /* last state-change in packet */ local
3488 mt = ifscq->ifq_tail;
3489 if (mt != NULL) {
3492 if ((mt->m_pkthdr.vt_nrecs +
3495 (mt->m_pkthdr.len + recslen <=
3533 struct mbuf *mtl; /* last mbuf of packet mt */
3536 __func__, m0, mt));
3538 mtl = m_last(mt);
3540 mt->m_pkthdr.len += recslen;
3541 mt
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c3048 struct mbuf *mt; /* last state-change in packet */ local
3089 mt = ifscq->ifq_tail;
3090 if (mt != NULL) {
3093 if ((mt->m_pkthdr.vt_nrecs +
3096 (mt->m_pkthdr.len + recslen <=
3134 struct mbuf *mtl; /* last mbuf of packet mt */
3137 __func__, m0, mt));
3139 mtl = m_last(mt);
3141 mt->m_pkthdr.len += recslen;
3142 mt
[all...]
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dbench.sh665 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
668 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
672 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
675 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
679 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
682 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
H A Dcoreos_bench.sh683 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
686 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
690 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
693 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
697 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
700 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
H A Dembd_bench.sh669 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
672 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
676 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
679 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
683 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
686 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt

Completed in 40 milliseconds