Home
last modified time | relevance | path

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

/linux-3.4.99/net/decnet/
Ddn_timer.c93 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) { in dn_slow_timer()
94 if ((jiffies - scp->stamp) >= scp->keepalive) in dn_slow_timer()
Daf_decnet.c534 scp->keepalive = 10 * HZ; in dn_alloc_sock()
/linux-3.4.99/drivers/net/slip/
Dslip.c824 if (sl->keepalive) {
825 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ;
1110 sl->keepalive = (u8)tmp;
1111 if (sl->keepalive != 0) {
1113 jiffies + sl->keepalive * HZ);
1121 if (put_user(sl->keepalive, p))
1205 sl->keepalive = (u8)*p;
1206 if (sl->keepalive != 0) {
1208 jiffies + sl->keepalive * HZ;
1210 jiffies + sl->keepalive * HZ);
[all …]
Dslip.h93 unsigned char keepalive; /* keepalive seconds */ member
DKconfig64 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Ddebug.h79 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive);
123 static inline void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
Ddebug.c1246 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
1248 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive()
1258 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
Dcore.h718 u8 keepalive; member
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_context.h53 __le32 keepalive; member
Dnes_cm.c2733 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80); in nes_cm_init_tsa_conn()
/linux-3.4.99/drivers/isdn/mISDN/
DKconfig37 - layer 1 control via network keepalive frames
/linux-3.4.99/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.txt253 How often TCP sends out keepalive messages when keepalive is enabled.
257 How many keepalive probes TCP sends out, until it decides that the
/linux-3.4.99/include/net/
Ddn.h122 unsigned long keepalive; member
/linux-3.4.99/Documentation/watchdog/
Dwatchdog-kernel-api.txt100 that regularly sends a keepalive ping to the watchdog timer hardware.
105 * ping: this is the routine that sends a keepalive ping to the watchdog timer
111 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-3.4.99/Documentation/isdn/
DCREDITS47 For help with Cisco-SLARP and keepalive
/linux-3.4.99/drivers/staging/ozwpan/
Dozprotocol.h124 u8 keepalive; member
Dozproto.c409 pd_set_keepalive(pd, body->keepalive); in oz_rx_frame()
/linux-3.4.99/net/ceph/
Dosd_client.c1089 unsigned long keepalive = in handle_timeout() local
1106 if (time_before(jiffies, req->r_stamp + keepalive)) in handle_timeout()