Home
last modified time | relevance | path

Searched refs:ntp (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c690 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 in update_nip_rto()
936 struct tcp_nip_common *ntp = &niptreq->common; tcp_nip_common_init() local
1317 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; tcp_nip_ack_retrans() local
1374 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; tcp_nip_dup_ack_retrans() local
1413 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; tcp_nip_nor_ack_retrans() local
1449 __tcp_nip_ack_calc_ssthresh_bw(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack) __tcp_nip_ack_calc_ssthresh_bw() argument
1459 __tcp_nip_ack_calc_ssthresh_rto_up(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack, int icsk_rto_last) __tcp_nip_ack_calc_ssthresh_rto_up() argument
1470 __tcp_nip_ack_calc_ssthresh_rtt_high(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_high() argument
1480 __tcp_nip_ack_calc_ssthresh_rtt_mid_high(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_mid_high() argument
1490 __tcp_nip_ack_calc_ssthresh_rtt_mid_low(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_rtt_mid_low() argument
1512 __tcp_nip_ack_calc_ssthresh_default(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 ack) __tcp_nip_ack_calc_ssthresh_default() argument
1528 __tcp_nip_ack_calc_ssthresh(struct tcp_nip_common *ntp, u32 rtt_tstamp, u32 icsk_rto, u32 ack, int icsk_rto_last) __tcp_nip_ack_calc_ssthresh() argument
1548 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; tcp_nip_ack_calc_ssthresh() local
1624 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; tcp_nip_ack() local
[all...]
H A Dtcp_nip_timer.c150 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 in tcp_nip_keepalive_timer()
[all...]
H A Dtcp_nip.c1087 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; in tcp_nip_keepalive_enable() local
1093 if (ntp->nip_keepalive_enable) { in tcp_nip_keepalive_enable()
1096 ntp->keepalive_time_bak = tp->keepalive_time; in tcp_nip_keepalive_enable()
1097 ntp->keepalive_probes_bak = tp->keepalive_probes; in tcp_nip_keepalive_enable()
1098 ntp->keepalive_intvl_bak = tp->keepalive_intvl; in tcp_nip_keepalive_enable()
1115 ntp->keepalive_time_bak = tp->keepalive_time; in tcp_nip_keepalive_enable()
1116 ntp->keepalive_probes_bak = tp->keepalive_probes; in tcp_nip_keepalive_enable()
1117 ntp->keepalive_intvl_bak = tp->keepalive_intvl; in tcp_nip_keepalive_enable()
1134 ntp->nip_keepalive_enable = true; in tcp_nip_keepalive_enable()
1142 struct tcp_nip_common *ntp in tcp_nip_keepalive_disable() local
1186 struct tcp_nip_common *ntp = &tcp_nip_sk(sk)->common; _tcp_sock_priv_init() local
[all...]
H A Dtcp_nip_output.c173 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 in tcp_nip_write_xmit()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trans.c90 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 in xfs_trans_dup()
[all...]
H A Dxfs_trans_dquot.c76 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo()
86 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
93 ntp->t_flags |= XFS_TRANS_DQ_DIRTY; in xfs_trans_dup_dqinfo()
97 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
74 xfs_trans_dup_dqinfo( struct xfs_trans *otp, struct xfs_trans *ntp) xfs_trans_dup_dqinfo() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.c91 struct xfs_trans *ntp; in xfs_trans_dup() local
95 ntp = kmem_cache_zalloc(xfs_trans_cache, GFP_KERNEL | __GFP_NOFAIL); in xfs_trans_dup()
100 ntp->t_magic = XFS_TRANS_HEADER_MAGIC; in xfs_trans_dup()
101 ntp->t_mountp = tp->t_mountp; in xfs_trans_dup()
102 INIT_LIST_HEAD(&ntp->t_items); in xfs_trans_dup()
103 INIT_LIST_HEAD(&ntp->t_busy); in xfs_trans_dup()
104 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
105 ntp->t_highest_agno = NULLAGNUMBER; in xfs_trans_dup()
110 ntp->t_flags = XFS_TRANS_PERM_LOG_RES | in xfs_trans_dup()
116 ntp in xfs_trans_dup()
[all...]
H A Dxfs_trans_dquot.c76 struct xfs_trans *ntp) in xfs_trans_dup_dqinfo()
86 xfs_trans_alloc_dqinfo(ntp); in xfs_trans_dup_dqinfo()
90 nqa = ntp->t_dqinfo->dqs[j]; in xfs_trans_dup_dqinfo()
74 xfs_trans_dup_dqinfo( struct xfs_trans *otp, struct xfs_trans *ntp) xfs_trans_dup_dqinfo() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2421 u32 ntp = rx_ring->next_to_process + 1; in i40e_inc_ntp() local
2423 ntp = (ntp < rx_ring->count) ? ntp : 0; in i40e_inc_ntp()
2424 rx_ring->next_to_process = ntp; in i40e_inc_ntp()
2425 prefetch(I40E_RX_DESC(rx_ring, ntp)); in i40e_inc_ntp()
2506 u16 ntp = rx_ring->next_to_process; in i40e_clean_rx_irq() local
2522 rx_desc = I40E_RX_DESC(rx_ring, ntp); in i40e_clean_rx_irq()
2541 rx_buffer = i40e_rx_bi(rx_ring, ntp); in i40e_clean_rx_irq()
2547 if (rx_ring->next_to_clean == ntp) { in i40e_clean_rx_irq()
[all...]
/kernel/linux/linux-5.10/kernel/
H A Dauditsc.c1219 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-6.6/kernel/
H A Dauditsc.c1324 const struct audit_ntp_data *ntp = &context->time.ntp_data; in audit_log_time() local
1338 if (ntp->vals[type].newval != ntp->vals[type].oldval) { in audit_log_time()
1348 ntp->vals[type].oldval, in audit_log_time()
1349 ntp->vals[type].newval); in audit_log_time()

Completed in 22 milliseconds