Searched refs:ntp (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_input.c | 690 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in __tcp_nip_ack_snd_check() local 700 if (tp->rcv_nxt == ntp->last_rcv_nxt) { in __tcp_nip_ack_snd_check() 701 ntp->dup_ack_cnt++; in __tcp_nip_ack_snd_check() 703 ntp->dup_ack_cnt = 0; in __tcp_nip_ack_snd_check() 704 ntp->last_rcv_nxt = tp->rcv_nxt; in __tcp_nip_ack_snd_check() 706 if (ntp->dup_ack_cnt < get_dup_ack_snd_max()) in __tcp_nip_ack_snd_check() 708 else if (ntp->dup_ack_cnt % get_dup_ack_snd_max() == 0) in __tcp_nip_ack_snd_check() 781 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in update_nip_rto() local 783 update_nip_srtt(&ntp->nip_srtt, rtt_tstamp); in update_nip_rto() 784 update_pcache_rto(icsk_rto, ntp->nip_srtt); in update_nip_rto() [all …]
|
D | tcp_nip_timer.c | 150 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_retransmit_timer() local 176 scb->seq, ntp->nip_ssthresh, in tcp_nip_retransmit_timer() 207 scb->seq, ntp->nip_ssthresh, get_ssthresh_low(), in tcp_nip_retransmit_timer() 211 ntp->nip_ssthresh = get_ssthresh_low(); in tcp_nip_retransmit_timer() 316 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_keepalive_is_timeout() local 327 ntp->nip_keepalive_out > 0) || in tcp_nip_keepalive_is_timeout() 329 ntp->nip_keepalive_out >= keepalive_probes(tp))) { in tcp_nip_keepalive_is_timeout() 331 ntp->nip_keepalive_out); in tcp_nip_keepalive_is_timeout() 344 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_keepalive_timer() local 386 ntp->nip_keepalive_out++; in tcp_nip_keepalive_timer() [all …]
|
D | tcp_nip.c | 1083 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_keepalive_enable() local 1089 if (ntp->nip_keepalive_enable) { in tcp_nip_keepalive_enable() 1092 ntp->keepalive_time_bak = tp->keepalive_time; in tcp_nip_keepalive_enable() 1093 ntp->keepalive_probes_bak = tp->keepalive_probes; in tcp_nip_keepalive_enable() 1094 ntp->keepalive_intvl_bak = tp->keepalive_intvl; in tcp_nip_keepalive_enable() 1111 ntp->keepalive_time_bak = tp->keepalive_time; in tcp_nip_keepalive_enable() 1112 ntp->keepalive_probes_bak = tp->keepalive_probes; in tcp_nip_keepalive_enable() 1113 ntp->keepalive_intvl_bak = tp->keepalive_intvl; in tcp_nip_keepalive_enable() 1130 ntp->nip_keepalive_enable = true; in tcp_nip_keepalive_enable() 1138 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_keepalive_disable() local [all …]
|
D | tcp_nip_output.c | 173 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in __nip_tcp_select_window() local 200 free_space = free_space > ntp->nip_ssthresh ? in __nip_tcp_select_window() 201 ntp->nip_ssthresh : free_space; in __nip_tcp_select_window() 1082 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_write_xmit() local 1085 u32 last_nip_ssthresh = ntp->nip_ssthresh; in tcp_nip_write_xmit() 1093 snd_num = get_nip_tcp_snd_win_enable() ? (ntp->nip_ssthresh / mss_now) : in tcp_nip_write_xmit() 1097 ntp->idle_ka_probes_out = 0; in tcp_nip_write_xmit() 1105 ntp->nip_ssthresh = get_ssthresh_low_min(); in tcp_nip_write_xmit() 1106 snd_num = ntp->nip_ssthresh / mss_now; in tcp_nip_write_xmit() 1109 last_nip_ssthresh, ntp->nip_ssthresh, snd_num); in tcp_nip_write_xmit()
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_trans.c | 90 struct xfs_trans *ntp; in xfs_trans_dup() local 94 ntp = kmem_cache_zalloc(xfs_trans_zone, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup() 99 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup() 100 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup() 101 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup() 102 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup() 103 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup() 104 ntp->t_firstblock = NULLFSBLOCK; in xfs_trans_dup() 109 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup() 115 ntp->t_ticket = xfs_log_ticket_get(tp->t_ticket); in xfs_trans_dup() [all …]
|
D | xfs_trans_dquot.c | 75 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo() argument 85 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo() 92 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo() 96 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
|
/kernel/linux/linux-5.10/kernel/time/ |
D | Makefile | 3 obj-y += timekeeping.o ntp.o clocksource.o jiffies.o timer_list.o
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | s2ram.rst | 80 correct date/time! It is therefore advisable to use a program like ntp-date
|
/kernel/linux/linux-5.10/kernel/ |
D | auditsc.c | 1219 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local 1233 if (ntp->vals[type].newval != ntp->vals[type].oldval) { in audit_log_time() 1243 ntp->vals[type].oldval, in audit_log_time() 1244 ntp->vals[type].newval); in audit_log_time()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/ |
D | rtc.rst | 93 don't synchronize the kernel time with an external source (via ntp or
|
/kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/ |
D | ioctl-number.rst | 99 … <ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
|
/kernel/linux/linux-5.10/ |
D | MAINTAINERS | 17616 F: kernel/time/ntp.c
|