Searched refs:lro_mbuf_count (Results 1 – 2 of 2) sorted by relevance
162 lc->lro_mbuf_count = 0; in tcp_lro_init_args()257 for (x = 0; x != lc->lro_mbuf_count; x++) in tcp_lro_free()259 lc->lro_mbuf_count = 0; in tcp_lro_free()1088 if (lc->lro_mbuf_count == 0) in tcp_lro_flush_all()1092 tcp_lro_sort(lc->lro_mbuf_data, lc->lro_mbuf_count); in tcp_lro_flush_all()1096 for (x = 0; x != lc->lro_mbuf_count; x++) { in tcp_lro_flush_all()1125 lc->lro_mbuf_count = 0; in tcp_lro_flush_all()1441 lc->lro_mbuf_data[lc->lro_mbuf_count].seq = in tcp_lro_queue_mbuf()1444 ((uint64_t)lc->lro_mbuf_count); in tcp_lro_queue_mbuf()1447 lc->lro_mbuf_data[lc->lro_mbuf_count].mb = mb; in tcp_lro_queue_mbuf()[all …]
110 unsigned lro_mbuf_count; member