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)"); 101 if (!echo) { in vcan_tx() 159 if (echo) in vcan_setup() 176 if (echo) in vcan_init_module()
|