D | vcan.c | 67 static bool echo; /* echo testing. Default: 0 (Off) */ variable 68 module_param(echo, bool, 0444); 69 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)"); 102 if (!echo) { in vcan_tx() 162 if (echo) in vcan_setup() 178 if (echo) in vcan_init_module()
|