Lines Matching refs:m_pkthdr
117 &((struct loopback_header *)_m->m_pkthdr.pkt_hdr)-> \
299 if (m->m_pkthdr.rcvif == NULL) { in lo_output()
300 m->m_pkthdr.rcvif = ifp; in lo_output()
303 m->m_pkthdr.pkt_flags |= PKTF_LOOP; in lo_output()
304 m->m_pkthdr.pkt_hdr = mtod(m, char *); in lo_output()
307 m->m_pkthdr.csum_data = 0xffff; in lo_output()
308 m->m_pkthdr.csum_flags = in lo_output()
313 len += m->m_pkthdr.len; in lo_output()
352 if (m->m_pkthdr.rcvif == NULL) { in lo_pre_enqueue()
353 m->m_pkthdr.rcvif = ifp; in lo_pre_enqueue()
356 m->m_pkthdr.pkt_flags |= PKTF_LOOP; in lo_pre_enqueue()
357 m->m_pkthdr.pkt_hdr = mtod(m, char *); in lo_pre_enqueue()
360 m->m_pkthdr.csum_data = 0xffff; in lo_pre_enqueue()
361 m->m_pkthdr.csum_flags = in lo_pre_enqueue()