Home
last modified time | relevance | path

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

/dragonfly/sys/net/dummynet3/
HDip_dummynet3_glue.c105 struct mbuf *m = pkt->dn_m; in ip_dn_packet_free()
142 m = pkt->dn_m; in ip_dn_packet_redispatch()
206 m_freem(pkt->dn_m); in ip_dn_freepkt()
311 ip_output(pkt->dn_m, NULL, NULL, pkt->flags, NULL, NULL); in ip_dn_ip_output()
HDip_dummynet3.h142 struct mbuf *dn_m; member
HDip_dummynet3.c451 (pkt->dn_m->m_pkthdr.len*8*dn_hz - (q)->numbytes + p->bandwidth - 1 ) / \
501 int len = pkt->dn_m->m_pkthdr.len; in ready_event()
567 uint64_t len = pkt->dn_m->m_pkthdr.len; in ready_event_wfq()
585 len = TAILQ_FIRST(&q->queue)->dn_m->m_pkthdr.len; in ready_event_wfq()
/dragonfly/sys/net/dummynet/
HDip_dummynet_glue.c105 struct mbuf *m = pkt->dn_m; in ip_dn_packet_free()
142 m = pkt->dn_m; in ip_dn_packet_redispatch()
206 m_freem(pkt->dn_m); in ip_dn_freepkt()
311 ip_output(pkt->dn_m, NULL, NULL, pkt->flags, NULL, NULL); in ip_dn_ip_output()
HDip_dummynet.h127 struct mbuf *dn_m; member
HDip_dummynet.c432 (pkt->dn_m->m_pkthdr.len*8*dn_hz - (q)->numbytes + p->bandwidth - 1 ) / \
482 int len = pkt->dn_m->m_pkthdr.len; in ready_event()
548 uint64_t len = pkt->dn_m->m_pkthdr.len; in ready_event_wfq()
566 len = TAILQ_FIRST(&q->queue)->dn_m->m_pkthdr.len; in ready_event_wfq()
/dragonfly/sys/net/ipfw3/
HDip_fw3.c613 pkt->dn_m = m; in ip_fw3_dummynet_io()
/dragonfly/sys/net/ipfw/
HDip_fw2.c4431 pkt->dn_m = m; in ipfw_dummynet_io()