Searched refs:t21 (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/linux/ |
D | cycx_x25.h | 107 u8 t21; member
|
/linux-3.4.99/net/x25/ |
D | x25_timer.c | 64 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
|
D | x25_proc.c | 110 x25->t21 / HZ, x25->t22 / HZ, x25->t23 / HZ, in x25_seq_socket_show()
|
D | af_x25.c | 570 x25->t21 = sysctl_x25_call_request_timeout; in x25_create() 621 x25->t21 = ox25->t21; in x25_make_new()
|
/linux-3.4.99/include/net/ |
D | x25.h | 154 unsigned long t2, t21, t22, t23; member
|
/linux-3.4.99/drivers/net/wan/ |
D | cycx_x25.c | 262 cfg.t21 = 180; /* CALL timeout */ in cycx_x25_wan_init() 318 cfg.t21 = min_t(unsigned int, conf->u.x25.t11_t21, 30); in cycx_x25_wan_init() 1561 pr_info("t21=%d seconds\n", conf->t21); in cycx_x25_dump_config()
|