Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_modparams.c96 static int keepalive = 30; variable
97 module_param(keepalive, int, 0644);
98 MODULE_PARM_DESC(keepalive, "# seconds before send keepalive");
163 ksocknal_tunables.ksnd_keepalive = &keepalive; in ksocknal_tunables_init()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_modparams.c99 static int keepalive = 100; variable
100 module_param(keepalive, int, 0644);
101 MODULE_PARM_DESC(keepalive, "Idle time in seconds before sending a keepalive");
157 .kib_keepalive = &keepalive,
/linux-4.1.27/net/decnet/
Ddn_timer.c94 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()
Daf_decnet.c532 scp->keepalive = 10 * HZ; in dn_alloc_sock()
/linux-4.1.27/drivers/net/slip/
Dslip.c839 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 …]
Dslip.h94 unsigned char keepalive; /* keepalive seconds */ member
DKconfig65 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/linux-4.1.27/net/rds/
Dtcp_listen.c53 int keepalive = 1; in rds_tcp_keepalive() local
57 (char *)&keepalive, sizeof(keepalive)); in rds_tcp_keepalive()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Ddebug.h77 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive);
120 static inline void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
Ddebug.c1292 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
1294 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive()
1304 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
Dcore.h868 u8 keepalive; member
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_context.h53 __le32 keepalive; member
Dnes_cm.c2954 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80); in nes_cm_init_tsa_conn()
/linux-4.1.27/drivers/isdn/mISDN/
DKconfig37 - layer 1 control via network keepalive frames
/linux-4.1.27/Documentation/networking/
Dproc_net_tcp.txt45 2 another timer (e.g. delayed ack or keepalive) is pending
Dgeneric-hdlc.txt73 interval - time in seconds between keepalive packets
74 timeout - time in seconds after last received keepalive packet before
Dip-sysctl.txt316 How often TCP sends out keepalive messages when keepalive is enabled.
320 How many keepalive probes TCP sends out, until it decides that the
/linux-4.1.27/include/net/
Ddn.h122 unsigned long keepalive; member
/linux-4.1.27/Documentation/isdn/
DCREDITS47 For help with Cisco-SLARP and keepalive
/linux-4.1.27/drivers/staging/ozwpan/
Dozprotocol.h129 u8 keepalive; member
Dozproto.c417 pd_set_keepalive(pd, body->keepalive); in oz_rx_frame()
/linux-4.1.27/Documentation/watchdog/
Dwatchdog-kernel-api.txt132 that regularly sends a keepalive ping to the watchdog timer hardware.
137 * ping: this is the routine that sends a keepalive ping to the watchdog timer
143 the watchdog timer driver core does: to send a keepalive ping to the watchdog
Dwatchdog-api.txt195 The watchdog saw a keepalive ping since it was last queried.
/linux-4.1.27/net/ceph/
Dosd_client.c1572 unsigned long keepalive = in handle_timeout() local
1589 if (time_before(jiffies, req->r_stamp + keepalive)) in handle_timeout()