Lines Matching refs:m_head

503 		lro_free_mbuf_chain(le->m_head);  in tcp_lro_free()
612 if (le->m_head != NULL) { in tcp_lro_flush_active()
799 le->m_head->m_pkthdr.lro_tcp_d_len, in tcp_flush_out_entry()
800 le->m_head->m_pkthdr.lro_tcp_d_csum); in tcp_flush_out_entry()
802 le->m_head->m_pkthdr.lro_tcp_d_len + in tcp_flush_out_entry()
804 le->m_head->m_pkthdr.csum_flags = CSUM_DATA_VALID | in tcp_flush_out_entry()
806 le->m_head->m_pkthdr.csum_data = 0xffff; in tcp_flush_out_entry()
808 le->m_head->m_pkthdr.csum_flags |= CSUM_TLS_DECRYPTED; in tcp_flush_out_entry()
812 le->m_head->m_pkthdr.lro_tcp_d_len, in tcp_flush_out_entry()
813 le->m_head->m_pkthdr.lro_tcp_d_csum); in tcp_flush_out_entry()
815 le->m_head->m_pkthdr.lro_tcp_d_len + in tcp_flush_out_entry()
817 le->m_head->m_pkthdr.csum_flags = CSUM_DATA_VALID | in tcp_flush_out_entry()
819 le->m_head->m_pkthdr.csum_data = 0xffff; in tcp_flush_out_entry()
821 le->m_head->m_pkthdr.csum_flags |= CSUM_TLS_DECRYPTED; in tcp_flush_out_entry()
827 le->m_head->m_pkthdr.lro_tcp_d_len, in tcp_flush_out_entry()
828 le->m_head->m_pkthdr.lro_tcp_d_csum); in tcp_flush_out_entry()
829 le->m_head->m_pkthdr.csum_flags = CSUM_DATA_VALID | in tcp_flush_out_entry()
831 le->m_head->m_pkthdr.csum_data = 0xffff; in tcp_flush_out_entry()
833 le->m_head->m_pkthdr.csum_flags |= CSUM_TLS_DECRYPTED; in tcp_flush_out_entry()
837 le->m_head->m_pkthdr.lro_tcp_d_len, in tcp_flush_out_entry()
838 le->m_head->m_pkthdr.lro_tcp_d_csum); in tcp_flush_out_entry()
839 le->m_head->m_pkthdr.csum_flags = CSUM_DATA_VALID | in tcp_flush_out_entry()
841 le->m_head->m_pkthdr.csum_data = 0xffff; in tcp_flush_out_entry()
843 le->m_head->m_pkthdr.csum_flags |= CSUM_TLS_DECRYPTED; in tcp_flush_out_entry()
859 le->m_head->m_nextpkt = NULL; in tcp_flush_out_entry()
860 lc->lro_queued += le->m_head->m_pkthdr.lro_nsegs; in tcp_flush_out_entry()
861 (*lc->ifp->if_input)(lc->ifp, le->m_head); in tcp_flush_out_entry()
898 le->m_head = m; in tcp_set_entry_to_mbuf()
914 msave = le->m_head->m_nextpkt; in tcp_push_and_replace()
915 le->m_head->m_nextpkt = NULL; in tcp_push_and_replace()
942 m = le->m_head; in tcp_lro_mbuf_append_pkthdr()
985 m = le->m_head->m_nextpkt; in tcp_lro_condense()
1002 le->m_head->m_nextpkt = m->m_nextpkt; in tcp_lro_condense()
1011 le->m_head->m_nextpkt = m->m_nextpkt; in tcp_lro_condense()
1015 while((m = le->m_head->m_nextpkt) != NULL) { in tcp_lro_condense()
1020 le->m_head->m_nextpkt = m->m_nextpkt; in tcp_lro_condense()
1028 tcp_data_len_total = le->m_head->m_pkthdr.lro_tcp_d_len + tcp_data_len; in tcp_lro_condense()
1029 tcp_data_seg_total = le->m_head->m_pkthdr.lro_nsegs + m->m_pkthdr.lro_nsegs; in tcp_lro_condense()