Home
last modified time | relevance | path

Searched refs:netconsole_ext (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/
Dnetconsole.c74 static struct console netconsole_ext; variable
334 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store()
335 netconsole_ext.flags |= CON_ENABLED; in enabled_store()
336 register_console(&netconsole_ext); in enabled_store()
869 static struct console netconsole_ext = { variable
898 netconsole_ext.flags |= CON_PRINTBUFFER | in init_netconsole()
917 if (netconsole_ext.flags & CON_ENABLED) in init_netconsole()
918 register_console(&netconsole_ext); in init_netconsole()
947 unregister_console(&netconsole_ext); in cleanup_netconsole()