Searched refs:DUMMYNET_MBUF_TAGGED (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/sys/net/dummynet3/ |
| HD | ip_dummynet3_glue.c | 89 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_queue() 108 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_packet_free() 144 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_packet_redispatch() 220 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_freepkt_dispatch() 251 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_dispatch() 283 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ip_output() 332 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ip_input() 373 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ether_demux() 420 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ether_output()
|
| /dragonfly/sys/net/dummynet/ |
| HD | ip_dummynet_glue.c | 89 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_queue() 108 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_packet_free() 144 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_packet_redispatch() 220 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_freepkt_dispatch() 251 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_dispatch() 283 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ip_output() 332 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ip_input() 373 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ether_demux() 420 KASSERT(m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED, in ip_dn_ether_output()
|
| /dragonfly/sys/net/ipfw3/ |
| HD | ip_fw3.c | 635 m->m_pkthdr.fw_flags |= DUMMYNET_MBUF_TAGGED; in ip_fw3_dummynet_io() 1187 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_fw3_check_in() 1195 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ip_fw3_check_in() 1262 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_fw3_check_out() 1270 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ip_fw3_check_out()
|
| /dragonfly/sys/net/ |
| HD | if_ethersubr.c | 444 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ether_output_frame() 454 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ether_output_frame() 998 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ether_demux_oncpu() 1008 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ether_demux_oncpu()
|
| /dragonfly/sys/netinet/ |
| HD | ip_output.c | 216 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_output() 506 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_output() 513 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ip_output() 578 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_output()
|
| HD | ip_input.c | 517 (DUMMYNET_MBUF_TAGGED | IPFW_MBUF_CONTINUE)) { in ip_input() 612 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_input() 619 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ip_input() 644 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ip_input()
|
| /dragonfly/sys/sys/ |
| HD | mbuf.h | 318 #define DUMMYNET_MBUF_TAGGED 0x00000080 macro
|
| /dragonfly/sys/net/ipfw/ |
| HD | ip_fw2.c | 4455 m->m_pkthdr.fw_flags |= DUMMYNET_MBUF_TAGGED; in ipfw_dummynet_io() 6902 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) { in ipfw_init_args() 6912 m->m_pkthdr.fw_flags &= ~DUMMYNET_MBUF_TAGGED; in ipfw_init_args()
|
| /dragonfly/sys/net/bridge/ |
| HD | if_bridge.c | 3959 if (m->m_pkthdr.fw_flags & DUMMYNET_MBUF_TAGGED) in bridge_post_pfil()
|