napi_gro_flush    728 drivers/net/ethernet/brocade/bna/bnad.c 	napi_gro_flush(&rx_ctrl->napi, false);
napi_gro_flush   1520 drivers/net/ethernet/cortina/gemini.c 		napi_gro_flush(napi, false);
napi_gro_flush   2576 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 		napi_gro_flush(&ring->tqp_vector->napi, false);
napi_gro_flush   1540 drivers/net/wireless/intel/iwlwifi/pcie/rx.c 		napi_gro_flush(napi, false);
napi_gro_flush   3636 include/linux/netdevice.h void napi_gro_flush(struct napi_struct *napi, bool flush_old);
napi_gro_flush   5359 net/core/dev.c EXPORT_SYMBOL(napi_gro_flush);
napi_gro_flush   5987 net/core/dev.c 		napi_gro_flush(n, !!timeout);
napi_gro_flush   6330 net/core/dev.c 		napi_gro_flush(n, HZ >= 1000);