DEV_DISABLE_LRO
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
NAME
dev_disable_lro - disable Large Receive Offload on a device
SYNOPSIS
-
void dev_disable_lro(struct net_device * dev);
ARGUMENTS
dev
-
- device
DESCRIPTION
Disable Large Receive Offload (LRO) on a net device. Must be called under RTNL. This is needed if received packets may be forwarded to another interface.
COPYRIGHT