Index: if_igb.c =================================================================== --- if_igb.c (revision 243149) +++ if_igb.c (working copy) @@ -4684,9 +4684,7 @@ if (tcp_lro_rx(&rxr->lro, m, 0) == 0) return; } - IGB_RX_UNLOCK(rxr); (*ifp->if_input)(ifp, m); - IGB_RX_LOCK(rxr); } /*********************************************************************