Searched refs:v4_forwarding (Results 1 – 1 of 1) sorted by relevance
2912 iflib_check_lro_possible(struct mbuf *m, bool v4_forwarding, bool v6_forwarding) in iflib_check_lro_possible() argument2924 return (!v4_forwarding); in iflib_check_lro_possible()2958 bool v4_forwarding, v6_forwarding, lro_possible; in iflib_rxeof() local2969 lro_possible = v4_forwarding = v6_forwarding = false; in iflib_rxeof()3044 iflib_get_ip_forwarding(&rxq->ifr_lc, &v4_forwarding, &v6_forwarding); in iflib_rxeof()3057 lro_possible = iflib_check_lro_possible(m, v4_forwarding, v6_forwarding); in iflib_rxeof()