/linux/drivers/net/slip/ |
A D | slip.c | 839 if (sl->keepalive) { 1134 sl->keepalive = (u8)tmp; 1135 if (sl->keepalive != 0) { 1137 jiffies + sl->keepalive * HZ); 1145 if (put_user(sl->keepalive, p)) 1212 sl->keepalive = (u8)*p; 1213 if (sl->keepalive != 0) { 1215 jiffies + sl->keepalive * HZ; 1217 jiffies + sl->keepalive * HZ); 1224 *p = sl->keepalive; [all …]
|
A D | slip.h | 97 unsigned char keepalive; /* keepalive seconds */ member
|
A D | Kconfig | 66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
/linux/net/decnet/ |
A 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()
|
A D | af_decnet.c | 526 scp->keepalive = 10 * HZ; in dn_alloc_sock()
|
/linux/net/tipc/ |
A D | crypto.h | 127 keepalive:1, member 136 keepalive:1,
|
A D | crypto.c | 1075 ehdr->keepalive = 0; in tipc_ehdr_build() 1092 ehdr->keepalive = msg_is_keepalive(hdr); in tipc_ehdr_build()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
A 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
|
A D | debug.c | 1303 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument 1305 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive() 1315 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
|
A D | core.h | 870 u8 keepalive; member
|
/linux/drivers/interconnect/qcom/ |
A D | bcm-voter.h | 18 .keepalive = _keepalive, \
|
A D | icc-rpmh.h | 101 bool keepalive; member
|
A D | sc7280.c | 1299 .keepalive = true, 1354 .keepalive = true, 1361 .keepalive = true, 1401 .keepalive = true, 1426 .keepalive = true,
|
A D | bcm-voter.c | 88 if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 && in bcm_aggregate()
|
/linux/net/mptcp/ |
A D | sockopt.c | 86 if (ssk->sk_prot->keepalive) in mptcp_sol_socket_sync_intval() 87 ssk->sk_prot->keepalive(ssk, !!val); in mptcp_sol_socket_sync_intval() 995 if (ssk->sk_prot->keepalive) { in sync_socket_options() 997 ssk->sk_prot->keepalive(ssk, 1); in sync_socket_options() 999 ssk->sk_prot->keepalive(ssk, 0); in sync_socket_options()
|
/linux/drivers/isdn/mISDN/ |
A D | Kconfig | 39 - layer 1 control via network keepalive frames
|
/linux/Documentation/networking/ |
A D | generic-hdlc.rst | 97 interval - time in seconds between keepalive packets 99 timeout - time in seconds after last received keepalive packet before
|
A D | proc_net_tcp.rst | 53 2 another timer (e.g. delayed ack or keepalive) is pending
|
/linux/Documentation/watchdog/ |
A D | watchdog-kernel-api.rst | 162 and start calling the driver's keepalive pings function after the watchdog 167 * ping: this is the routine that sends a keepalive ping to the watchdog timer 175 the watchdog timer driver core does: to send a keepalive ping to the watchdog 254 then opening /dev/watchdog will skip the start operation but send a keepalive 340 To set the last known HW keepalive time for a watchdog, the following function
|
A D | watchdog-api.rst | 224 The watchdog saw a keepalive ping since it was last queried.
|
/linux/include/net/ |
A D | dn.h | 123 unsigned long keepalive; member
|
/linux/Documentation/isdn/ |
A D | credits.rst | 51 For help with Cisco-SLARP and keepalive
|
/linux/tools/testing/selftests/wireguard/ |
A D | netns.sh | 327 n1 wg set wg0 peer "$pub2" endpoint 10.0.0.100:2 persistent-keepalive 1 334 n1 wg set wg0 peer "$pub2" persistent-keepalive 0 605 n0 wg set wg0 peer "$low_order_point" persistent-keepalive 1 endpoint 127.0.0.1:1111
|
/linux/net/core/ |
A D | sock.c | 911 if (sk->sk_prot->keepalive) in sock_set_keepalive() 912 sk->sk_prot->keepalive(sk, true); in sock_set_keepalive() 1123 if (sk->sk_prot->keepalive) in sock_setsockopt() 1124 sk->sk_prot->keepalive(sk, valbool); in sock_setsockopt()
|
/linux/net/smc/ |
A D | af_smc.c | 72 smc->clcsock->sk->sk_prot->keepalive(smc->clcsock->sk, val); in smc_set_keepalive() 113 .keepalive = smc_set_keepalive, 125 .keepalive = smc_set_keepalive,
|