Searched refs:keepalive (Results 1 - 13 of 13) sorted by relevance

/drivers/net/slip/
H A Dslip.h94 unsigned char keepalive; /* keepalive seconds */ member in struct:slip
H A 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))
1199 to allow get/set outfill/keepalive parameter
1224 sl->keepalive = (u8)*p;
1225 if (sl->keepalive != 0) {
1227 jiffies + sl->keepalive * H
[all...]
H A DKconfig65 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A 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,
/drivers/staging/lustre/lnet/klnds/socklnd/
H A 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;
/drivers/net/wireless/ath/ath6kl/
H A Ddebug.h77 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive);
121 static inline void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) argument
H A Ddebug.c1304 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) argument
1306 ar->debug.keepalive = keepalive;
1316 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive);
1844 debugfs_create_file("keepalive", S_IRUSR | S_IWUSR, ar->debugfs_phy, ar,
H A Dcore.h868 u8 keepalive; member in struct:ath6kl::__anon4221
/drivers/isdn/mISDN/
H A DKconfig37 - layer 1 control via network keepalive frames
/drivers/infiniband/hw/nes/
H A Dnes_context.h53 __le32 keepalive; member in struct:nes_qp_context
H A Dnes_cm.c2923 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80);
/drivers/staging/ozwpan/
H A Dozprotocol.h129 u8 keepalive; member in struct:oz_elt_update_param
H A Dozproto.c417 pd_set_keepalive(pd, body->keepalive);

Completed in 569 milliseconds