Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | list |
int | enabled |
struct netpoll | np |
struct netconsole_target - Represents a configured netconsole target. : Links this target into the target_list. : Links us into the configfs subsystem hierarchy. : On / off knob to enable / disable target. Visible from userspace (read-write). We maintain a strict 1:1 correspondence between this and whether the corresponding netpoll is active or inactive. Also, other parameters of a target may be modified at runtime only when it is disabled (enabled == 0). : The netpoll structure for this target. Contains the other userspace visible parameters: dev_name (read-write) local_port (read-write) remote_port (read-write) local_ip (read-write) remote_ip (read-write) local_mac (read-only) remote_mac (read-write)
Definition at line 94 of file netconsole.c.
int enabled |
Definition at line 99 of file netconsole.c.
Definition at line 95 of file netconsole.c.
Definition at line 100 of file netconsole.c.