| /Linux-v4.19/net/decnet/ |
| D | dn_timer.c | 95 if (scp->keepalive && scp->keepalive_fxn && (scp->state == DN_RUN)) { in dn_slow_timer() 96 if (time_after_eq(jiffies, scp->stamp + scp->keepalive)) in dn_slow_timer()
|
| D | af_decnet.c | 533 scp->keepalive = 10 * HZ; in dn_alloc_sock()
|
| /Linux-v4.19/drivers/net/slip/ |
| D | slip.c | 834 if (sl->keepalive) { 835 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ; 1124 sl->keepalive = (u8)tmp; 1125 if (sl->keepalive != 0) { 1127 jiffies + sl->keepalive * HZ); 1135 if (put_user(sl->keepalive, p)) 1219 sl->keepalive = (u8)*p; 1220 if (sl->keepalive != 0) { 1222 jiffies + sl->keepalive * HZ; 1224 jiffies + sl->keepalive * HZ); [all …]
|
| D | slip.h | 95 unsigned char keepalive; /* keepalive seconds */ member
|
| D | Kconfig | 65 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
| /Linux-v4.19/drivers/net/wireless/ath/ath6kl/ |
| D | debug.h | 80 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive); 124 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-v4.19/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-v4.19/drivers/infiniband/hw/nes/ |
| D | nes_context.h | 53 __le32 keepalive; member
|
| D | nes_cm.c | 2800 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80); in nes_cm_init_tsa_conn()
|
| /Linux-v4.19/drivers/isdn/mISDN/ |
| D | Kconfig | 37 - layer 1 control via network keepalive frames
|
| /Linux-v4.19/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 | 342 How often TCP sends out keepalive messages when keepalive is enabled. 346 How many keepalive probes TCP sends out, until it decides that the
|
| /Linux-v4.19/include/net/ |
| D | dn.h | 123 unsigned long keepalive; member
|
| D | sock.h | 1073 void (*keepalive)(struct sock *sk, int valbool); member
|
| /Linux-v4.19/Documentation/isdn/ |
| D | CREDITS | 47 For help with Cisco-SLARP and keepalive
|
| /Linux-v4.19/Documentation/watchdog/ |
| D | watchdog-kernel-api.txt | 157 and start calling the driver's keepalive pings function after the watchdog 161 * ping: this is the routine that sends a keepalive ping to the watchdog timer 167 the watchdog timer driver core does: to send a keepalive ping to the watchdog 237 then opening /dev/watchdog will skip the start operation but send a keepalive
|
| D | watchdog-api.txt | 195 The watchdog saw a keepalive ping since it was last queried.
|
| /Linux-v4.19/net/smc/ |
| D | af_smc.c | 56 smc->clcsock->sk->sk_prot->keepalive(smc->clcsock->sk, val); in smc_set_keepalive() 97 .keepalive = smc_set_keepalive, 109 .keepalive = smc_set_keepalive,
|
| /Linux-v4.19/net/core/ |
| D | sock.c | 761 if (sk->sk_prot->keepalive) in sock_setsockopt() 762 sk->sk_prot->keepalive(sk, valbool); in sock_setsockopt()
|
| /Linux-v4.19/net/ipv6/ |
| D | tcp_ipv6.c | 1961 .keepalive = tcp_set_keepalive,
|
| /Linux-v4.19/net/ipv4/ |
| D | tcp_ipv4.c | 2461 .keepalive = tcp_set_keepalive,
|