Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/
Dnetconsole.c44 #define MAX_PARAM_LENGTH 256 macro
47 static char config[MAX_PARAM_LENGTH];
48 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0);
58 strscpy(config, opt, MAX_PARAM_LENGTH); in option_setup()
890 if (strnlen(input, MAX_PARAM_LENGTH)) { in init_netconsole()