/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_modparams.c | 96 static int keepalive = 30; variable 97 module_param(keepalive, int, 0644); 98 MODULE_PARM_DESC(keepalive, "# seconds before send keepalive"); 161 ksocknal_tunables.ksnd_keepalive = &keepalive; in ksocknal_tunables_init()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_modparams.c | 99 static int keepalive = 100; variable 100 module_param(keepalive, int, 0644); 101 MODULE_PARM_DESC(keepalive, "Idle time in seconds before sending a keepalive"); 151 .kib_keepalive = &keepalive,
|
/linux-4.4.14/net/decnet/ |
D | dn_timer.c | 94 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) { in dn_slow_timer() 95 if (time_after_eq(jiffies, scp->stamp + scp->keepalive)) in dn_slow_timer()
|
D | af_decnet.c | 532 scp->keepalive = 10 * HZ; in dn_alloc_sock()
|
/linux-4.4.14/drivers/net/slip/ |
D | slip.c | 839 if (sl->keepalive) { 840 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ; 1129 sl->keepalive = (u8)tmp; 1130 if (sl->keepalive != 0) { 1132 jiffies + sl->keepalive * HZ); 1140 if (put_user(sl->keepalive, p)) 1224 sl->keepalive = (u8)*p; 1225 if (sl->keepalive != 0) { 1227 jiffies + sl->keepalive * HZ; 1229 jiffies + sl->keepalive * HZ); [all …]
|
D | slip.h | 94 unsigned char keepalive; /* keepalive seconds */ member
|
D | Kconfig | 65 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
/linux-4.4.14/net/rds/ |
D | tcp_listen.c | 46 int keepalive = 1; in rds_tcp_keepalive() local 50 (char *)&keepalive, sizeof(keepalive)); in rds_tcp_keepalive()
|
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
D | debug.h | 79 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive); 122 static inline void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
|
D | debug.c | 1301 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument 1303 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive() 1313 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
|
D | core.h | 870 u8 keepalive; member
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | Kconfig | 37 - layer 1 control via network keepalive frames
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_context.h | 53 __le32 keepalive; member
|
D | nes_cm.c | 2960 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80); in nes_cm_init_tsa_conn()
|
/linux-4.4.14/Documentation/networking/ |
D | proc_net_tcp.txt | 45 2 another timer (e.g. delayed ack or keepalive) is pending
|
D | generic-hdlc.txt | 73 interval - time in seconds between keepalive packets 74 timeout - time in seconds after last received keepalive packet before
|
D | ip-sysctl.txt | 325 How often TCP sends out keepalive messages when keepalive is enabled. 329 How many keepalive probes TCP sends out, until it decides that the
|
/linux-4.4.14/include/net/ |
D | dn.h | 122 unsigned long keepalive; member
|
/linux-4.4.14/Documentation/isdn/ |
D | CREDITS | 47 For help with Cisco-SLARP and keepalive
|
/linux-4.4.14/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 139 that regularly sends a keepalive ping to the watchdog timer hardware. 144 * ping: this is the routine that sends a keepalive ping to the watchdog timer 150 the watchdog timer driver core does: to send a keepalive ping to the watchdog
|
D | watchdog-api.txt | 195 The watchdog saw a keepalive ping since it was last queried.
|