Searched refs:keepalive (Results 1 – 21 of 21) sorted by relevance
/linux-3.4.99/net/decnet/ |
D | dn_timer.c | 93 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()
|
D | af_decnet.c | 534 scp->keepalive = 10 * HZ; in dn_alloc_sock()
|
/linux-3.4.99/drivers/net/slip/ |
D | slip.c | 824 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 …]
|
D | slip.h | 93 unsigned char keepalive; /* keepalive seconds */ member
|
D | Kconfig | 64 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/ |
D | debug.h | 79 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
|
D | debug.c | 1246 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()
|
D | core.h | 718 u8 keepalive; member
|
/linux-3.4.99/drivers/infiniband/hw/nes/ |
D | nes_context.h | 53 __le32 keepalive; member
|
D | nes_cm.c | 2733 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80); in nes_cm_init_tsa_conn()
|
/linux-3.4.99/drivers/isdn/mISDN/ |
D | Kconfig | 37 - layer 1 control via network keepalive frames
|
/linux-3.4.99/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 | 253 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/ |
D | dn.h | 122 unsigned long keepalive; member
|
/linux-3.4.99/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 100 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
|
D | watchdog-api.txt | 195 The watchdog saw a keepalive ping since it was last queried.
|
/linux-3.4.99/Documentation/isdn/ |
D | CREDITS | 47 For help with Cisco-SLARP and keepalive
|
/linux-3.4.99/drivers/staging/ozwpan/ |
D | ozprotocol.h | 124 u8 keepalive; member
|
D | ozproto.c | 409 pd_set_keepalive(pd, body->keepalive); in oz_rx_frame()
|
/linux-3.4.99/net/ceph/ |
D | osd_client.c | 1089 unsigned long keepalive = in handle_timeout() local 1106 if (time_before(jiffies, req->r_stamp + keepalive)) in handle_timeout()
|