| H A 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 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...] |