/linux/drivers/net/slip/ |
H A D | slip.c | 839 if (sl->keepalive) { 840 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)) 1212 sl->keepalive = (u8)*p; 1213 if (sl->keepalive != 0) { 1215 jiffies + sl->keepalive * HZ; 1217 jiffies + sl->keepalive * HZ); [all …]
|
H A D | slip.h | 97 unsigned char keepalive; /* keepalive seconds */ member
|
H A D | Kconfig | 66 RELCOM line fill and keepalive monitoring. Ideal on poor quality
|
/linux/net/tipc/ |
H A D | crypto.h | 127 keepalive:1, member 136 keepalive:1,
|
H A D | crypto.c | 1064 ehdr->keepalive = 0; in tipc_ehdr_build() 1081 ehdr->keepalive = msg_is_keepalive(hdr); in tipc_ehdr_build()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H 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
|
H 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()
|
H A D | core.h | 870 u8 keepalive; member
|
/linux/drivers/interconnect/qcom/ |
H A D | bcm-voter.c | 83 if (bcm->keepalive) { in bcm_aggregate_mask() 118 if (bcm->keepalive && bcm->vote_x[QCOM_ICC_BUCKET_AMC] == 0 && in bcm_aggregate()
|
/linux/drivers/isdn/mISDN/ |
H A D | Kconfig | 39 - layer 1 control via network keepalive frames
|
/linux/Documentation/networking/ |
H A D | generic-hdlc.rst | 97 interval - time in seconds between keepalive packets 99 timeout - time in seconds after last received keepalive packet before
|
H A D | proc_net_tcp.rst | 53 2 another timer (e.g. delayed ack or keepalive) is pending
|
H A D | snmp_counter.rst | 402 This counter indicates many keepalive packets were sent. The keepalive
|
H A D | ip-sysctl.rst | 510 How often TCP sends out keepalive messages when keepalive is enabled. 514 How many keepalive probes TCP sends out, until it decides that the
|
/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 340 n1 wg set wg0 peer "$pub2" endpoint 10.0.0.100:2 persistent-keepalive 1 344 # Demonstrate n2 can still send packets to n1, since persistent-keepalive will prevent connection tracking entry from expiring (to see entries: `n0 conntrack -L`). 347 n1 wg set wg0 peer "$pub2" persistent-keepalive 0 524 n1 wg set wg0 private-key <(echo "$key1") peer "$pub2" endpoint 10.0.0.1:1 persistent-keepalive 1 533 n1 wg set wg0 peer "$pub2" endpoint 10.0.0.1:1 persistent-keepalive 1 640 n0 wg set wg0 peer "$low_order_point" persistent-keepalive 1 endpoint 127.0.0.1:1111
|
/linux/Documentation/watchdog/ |
H 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
|
H A D | watchdog-api.rst | 224 The watchdog saw a keepalive ping since it was last queried.
|
/linux/net/mptcp/ |
H A D | sockopt.c | 87 if (ssk->sk_prot->keepalive) in mptcp_sol_socket_sync_intval() 88 ssk->sk_prot->keepalive(ssk, !!val); in mptcp_sol_socket_sync_intval() 1484 if (ssk->sk_prot->keepalive) { in sync_socket_options() 1486 ssk->sk_prot->keepalive(ssk, 1); in sync_socket_options() 1488 ssk->sk_prot->keepalive(ssk, 0); in sync_socket_options()
|
/linux/Documentation/isdn/ |
H A D | credits.rst | 51 For help with Cisco-SLARP and keepalive
|
/linux/net/core/ |
H A D | sock.c | 947 if (sk->sk_prot->keepalive) in sock_set_keepalive() 948 sk->sk_prot->keepalive(sk, true); in sock_set_keepalive() 1364 if (sk->sk_prot->keepalive) in sk_setsockopt() 1365 sk->sk_prot->keepalive(sk, valbool); in sk_setsockopt()
|
/linux/net/smc/ |
H A D | af_smc.c | 116 smc->clcsock->sk->sk_prot->keepalive(smc->clcsock->sk, val); in smc_set_keepalive() 224 .keepalive = smc_set_keepalive, 237 .keepalive = smc_set_keepalive,
|
/linux/include/net/ |
H A D | sock.h | 1247 void (*keepalive)(struct sock *sk, int valbool); member
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 2336 .keepalive = tcp_set_keepalive,
|
/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 3361 .keepalive = tcp_set_keepalive,
|