table of contents
other versions
NETIF_CARRIER_OFF(9) | Network device support | NETIF_CARRIER_OFF(9) |
NAME¶
netif_carrier_off - clear carrier
SYNOPSIS¶
void netif_carrier_off(struct net_device * dev);
ARGUMENTS¶
struct net_device * dev
network device
DESCRIPTION¶
Device has detected loss of carrier.
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |