|
iPXE
|
Null network device. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static int | null_open (struct net_device *netdev __unused) |
| static void | null_close (struct net_device *netdev __unused) |
| static int | null_transmit (struct net_device *netdev __unused, struct io_buffer *iobuf __unused) |
| static void | null_poll (struct net_device *netdev __unused) |
| static void | null_irq (struct net_device *netdev __unused, int enable __unused) |
Variables | |
| struct net_device_operations | null_netdev_operations |
Null network device.
Definition in file nullnet.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
| struct net_device_operations null_netdev_operations |
Definition at line 59 of file nullnet.c.
Referenced by netdev_nullify().
1.8.15