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