Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Diflib.c2912 iflib_check_lro_possible(struct mbuf *m, bool v4_forwarding, bool v6_forwarding) in iflib_check_lro_possible() argument
2920 return (!v6_forwarding); in iflib_check_lro_possible()
2958 bool v4_forwarding, v6_forwarding, lro_possible; in iflib_rxeof() local
2969 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()