Searched refs:v6_forwarding (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c2942 iflib_check_lro_possible(struct mbuf *m, bool v4_forwarding, bool v6_forwarding) argument
2951 return (!v6_forwarding);
2990 bool v4_forwarding, v6_forwarding, lro_possible; local
3003 lro_possible = v4_forwarding = v6_forwarding = false;
3079 iflib_get_ip_forwarding(&rxq->ifr_lc, &v4_forwarding, &v6_forwarding);
3094 lro_possible = iflib_check_lro_possible(m, v4_forwarding, v6_forwarding);

Completed in 21 milliseconds