Lines Matching refs:m_pkthdr
117 &((struct loopback_header *)_m->m_pkthdr.pkt_hdr)-> \
301 if (m->m_pkthdr.rcvif == NULL) { in lo_output()
302 m->m_pkthdr.rcvif = ifp; in lo_output()
305 m->m_pkthdr.pkt_flags |= PKTF_LOOP; in lo_output()
306 m->m_pkthdr.pkt_hdr = mtod(m, char *); in lo_output()
309 m->m_pkthdr.csum_data = 0xffff; in lo_output()
310 m->m_pkthdr.csum_flags = in lo_output()
315 len += m->m_pkthdr.len; in lo_output()
354 if (m->m_pkthdr.rcvif == NULL) { in lo_pre_enqueue()
355 m->m_pkthdr.rcvif = ifp; in lo_pre_enqueue()
358 m->m_pkthdr.pkt_flags |= PKTF_LOOP; in lo_pre_enqueue()
359 m->m_pkthdr.pkt_hdr = mtod(m, char *); in lo_pre_enqueue()
362 m->m_pkthdr.csum_data = 0xffff; in lo_pre_enqueue()
363 m->m_pkthdr.csum_flags = in lo_pre_enqueue()