Home
last modified time | relevance | path

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

12

/Linux-v5.10/net/decnet/
Ddn_timer.c95 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()
Daf_decnet.c526 scp->keepalive = 10 * HZ; in dn_alloc_sock()
/Linux-v5.10/drivers/net/slip/
Dslip.c838 if (sl->keepalive) {
839 sl->keepalive_timer.expires = jiffies + sl->keepalive * HZ;
1134 sl->keepalive = (u8)tmp;
1135 if (sl->keepalive != 0) {
1137 jiffies + sl->keepalive * HZ);
1145 if (put_user(sl->keepalive, p))
1208 sl->keepalive = (u8)*p;
1209 if (sl->keepalive != 0) {
1211 jiffies + sl->keepalive * HZ;
1213 jiffies + sl->keepalive * HZ);
[all …]
Dslip.h95 unsigned char keepalive; /* keepalive seconds */ member
DKconfig66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
/Linux-v5.10/net/tipc/
Dcrypto.h127 keepalive:1, member
136 keepalive:1,
Dcrypto.c1070 ehdr->keepalive = 0; in tipc_ehdr_build()
1087 ehdr->keepalive = msg_is_keepalive(hdr); in tipc_ehdr_build()
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
Ddebug.h80 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
Ddebug.c1300 void ath6kl_debug_set_keepalive(struct ath6kl *ar, u8 keepalive) in ath6kl_debug_set_keepalive() argument
1302 ar->debug.keepalive = keepalive; in ath6kl_debug_set_keepalive()
1312 len = snprintf(buf, sizeof(buf), "%u\n", ar->debug.keepalive); in ath6kl_keepalive_read()
Dcore.h870 u8 keepalive; member
/Linux-v5.10/drivers/interconnect/qcom/
Dbcm-voter.h18 .keepalive = _keepalive, \
Dicc-rpmh.h101 bool keepalive; member
Dbcm-voter.c95 if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 && in bcm_aggregate()
/Linux-v5.10/drivers/isdn/mISDN/
DKconfig38 - layer 1 control via network keepalive frames
/Linux-v5.10/Documentation/networking/
Dproc_net_tcp.rst53 2 another timer (e.g. delayed ack or keepalive) is pending
Dgeneric-hdlc.rst97 interval - time in seconds between keepalive packets
99 timeout - time in seconds after last received keepalive packet before
/Linux-v5.10/include/net/
Ddn.h123 unsigned long keepalive; member
Dsock.h1152 void (*keepalive)(struct sock *sk, int valbool); member
/Linux-v5.10/Documentation/watchdog/
Dwatchdog-kernel-api.rst162 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
Dwatchdog-api.rst224 The watchdog saw a keepalive ping since it was last queried.
/Linux-v5.10/Documentation/isdn/
Dcredits.rst51 For help with Cisco-SLARP and keepalive
/Linux-v5.10/tools/testing/selftests/wireguard/
Dnetns.sh310 n1 wg set wg0 peer "$pub2" endpoint 10.0.0.100:2 persistent-keepalive 1
317 n1 wg set wg0 peer "$pub2" persistent-keepalive 0
587 n0 wg set wg0 peer "$low_order_point" persistent-keepalive 1 endpoint 127.0.0.1:1111
/Linux-v5.10/net/core/
Dsock.c774 if (sk->sk_prot->keepalive) in sock_set_keepalive()
775 sk->sk_prot->keepalive(sk, true); in sock_set_keepalive()
930 if (sk->sk_prot->keepalive) in sock_setsockopt()
931 sk->sk_prot->keepalive(sk, valbool); in sock_setsockopt()
/Linux-v5.10/net/smc/
Daf_smc.c69 smc->clcsock->sk->sk_prot->keepalive(smc->clcsock->sk, val); in smc_set_keepalive()
110 .keepalive = smc_set_keepalive,
122 .keepalive = smc_set_keepalive,
/Linux-v5.10/net/ipv6/
Dtcp_ipv6.c2119 .keepalive = tcp_set_keepalive,

12