Home
last modified time | relevance | path

Searched refs:M_HASFCS (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_atmllc.c194 m->m_flags &= ~M_HASFCS; in ng_atmllc_rcvdata()
198 m->m_flags |= M_HASFCS; in ng_atmllc_rcvdata()
202 m->m_flags &= ~M_HASFCS; in ng_atmllc_rcvdata()
206 m->m_flags |= M_HASFCS; in ng_atmllc_rcvdata()
227 if ((m->m_flags & M_HASFCS) != 0) { in ng_atmllc_rcvdata()
244 if ((m->m_flags & M_HASFCS) != 0) { in ng_atmllc_rcvdata()
/f-stack/tools/compat/include/net/
H A Dethernet.h43 #define M_HASFCS M_PROTO5 /* FCS included at end of frame */ macro
/f-stack/freebsd/net/
H A Dethernet.h43 #define M_HASFCS M_PROTO5 /* FCS included at end of frame */ macro
H A Ddebugnet.c535 if ((m->m_flags & M_HASFCS) != 0) { in debugnet_pkt_in()
537 m->m_flags &= ~M_HASFCS; in debugnet_pkt_in()
H A Dif_ethersubr.c594 if (m->m_flags & M_HASFCS) { in ether_input_internal()
596 m->m_flags &= ~M_HASFCS; in ether_input_internal()