Searched refs:dn_m (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/net/dummynet3/ |
| HD | ip_dummynet3_glue.c | 105 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()
|
| HD | ip_dummynet3.h | 142 struct mbuf *dn_m; member
|
| HD | ip_dummynet3.c | 451 (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/ |
| HD | ip_dummynet_glue.c | 105 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()
|
| HD | ip_dummynet.h | 127 struct mbuf *dn_m; member
|
| HD | ip_dummynet.c | 432 (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/ |
| HD | ip_fw3.c | 613 pkt->dn_m = m; in ip_fw3_dummynet_io()
|
| /dragonfly/sys/net/ipfw/ |
| HD | ip_fw2.c | 4431 pkt->dn_m = m; in ipfw_dummynet_io()
|