Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dnetconsole.c74 static struct console netconsole_ext; variable
335 if (nt->extended && !(netconsole_ext.flags & CON_ENABLED)) { in enabled_store()
336 netconsole_ext.flags |= CON_ENABLED; in enabled_store()
337 register_console(&netconsole_ext); in enabled_store()
870 static struct console netconsole_ext = { variable
899 netconsole_ext.flags |= CON_PRINTBUFFER | in init_netconsole()
918 if (netconsole_ext.flags & CON_ENABLED) in init_netconsole()
919 register_console(&netconsole_ext); in init_netconsole()
948 unregister_console(&netconsole_ext); in cleanup_netconsole()