Searched refs:lro_possible (Results 1 – 1 of 1) sorted by relevance
2880 bool v4_forwarding, v6_forwarding, lro_possible; in iflib_rxeof() local2891 lro_possible = v4_forwarding = v6_forwarding = false; in iflib_rxeof()2978 if (!lro_possible) { in iflib_rxeof()2979 lro_possible = iflib_check_lro_possible(m, v4_forwarding, v6_forwarding); in iflib_rxeof()2980 if (lro_possible && mf != NULL) { in iflib_rxeof()2988 if (lro_possible && tcp_lro_rx(&rxq->ifr_lc, m, 0) == 0) in iflib_rxeof()2993 if (lro_possible) { in iflib_rxeof()