Lines Matching defs:tp
205 static inline void TCP_ECN_queue_cwr(struct tcp_sock *tp) in TCP_ECN_queue_cwr()
211 static inline void TCP_ECN_accept_cwr(struct tcp_sock *tp, const struct sk_buff *skb) in TCP_ECN_accept_cwr()
217 static inline void TCP_ECN_withdraw_cwr(struct tcp_sock *tp) in TCP_ECN_withdraw_cwr()
222 static inline void TCP_ECN_check_ce(struct tcp_sock *tp, const struct sk_buff *skb) in TCP_ECN_check_ce()
248 static inline void TCP_ECN_rcv_synack(struct tcp_sock *tp, const struct tcphdr *th) in TCP_ECN_rcv_synack()
254 static inline void TCP_ECN_rcv_syn(struct tcp_sock *tp, const struct tcphdr *th) in TCP_ECN_rcv_syn()
260 static bool TCP_ECN_rcv_ecn_echo(const struct tcp_sock *tp, const struct tcphdr *th) in TCP_ECN_rcv_ecn_echo()
309 struct tcp_sock *tp = tcp_sk(sk); in __tcp_grow_window() local
326 struct tcp_sock *tp = tcp_sk(sk); in tcp_grow_window() local
380 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_buffer_space() local
414 struct tcp_sock *tp = tcp_sk(sk); in tcp_clamp_window() local
439 const struct tcp_sock *tp = tcp_sk(sk); in tcp_initialize_rcv_mss() local
461 static void tcp_rcv_rtt_update(struct tcp_sock *tp, u32 sample, int win_dep) in tcp_rcv_rtt_update()
497 static inline void tcp_rcv_rtt_measure(struct tcp_sock *tp) in tcp_rcv_rtt_measure()
513 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_rtt_measure_ts() local
526 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_space_adjust() local
588 struct tcp_sock *tp = tcp_sk(sk); in tcp_event_data_recv() local
643 struct tcp_sock *tp = tcp_sk(sk); in tcp_rtt_estimator() local
709 const struct tcp_sock *tp = tcp_sk(sk); in tcp_set_rto() local
734 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst) in tcp_init_cwnd()
747 void tcp_disable_fack(struct tcp_sock *tp) in tcp_disable_fack()
756 static void tcp_dsack_seen(struct tcp_sock *tp) in tcp_dsack_seen()
764 struct tcp_sock *tp = tcp_sk(sk); in tcp_update_reordering() local
797 static void tcp_verify_retransmit_hint(struct tcp_sock *tp, struct sk_buff *skb) in tcp_verify_retransmit_hint()
809 static void tcp_skb_mark_lost(struct tcp_sock *tp, struct sk_buff *skb) in tcp_skb_mark_lost()
819 static void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, in tcp_skb_mark_lost_uncond_verify()
924 static bool tcp_is_sackblock_valid(struct tcp_sock *tp, bool is_dsack, in tcp_is_sackblock_valid()
973 struct tcp_sock *tp = tcp_sk(sk); in tcp_mark_lost_retrans() local
1029 struct tcp_sock *tp = tcp_sk(sk); in tcp_check_dsack() local
1126 struct tcp_sock *tp = tcp_sk(sk); in tcp_sacktag_one() local
1207 struct tcp_sock *tp = tcp_sk(sk); in tcp_shifted_skb() local
1303 struct tcp_sock *tp = tcp_sk(sk); in tcp_shift_skb_data() local
1442 struct tcp_sock *tp = tcp_sk(sk); in tcp_sacktag_walk() local
1547 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) in tcp_sack_cache_ok()
1556 struct tcp_sock *tp = tcp_sk(sk); in tcp_sacktag_write_queue() local
1761 static bool tcp_limit_reno_sacked(struct tcp_sock *tp) in tcp_limit_reno_sacked()
1781 struct tcp_sock *tp = tcp_sk(sk); in tcp_check_reno_reordering() local
1790 struct tcp_sock *tp = tcp_sk(sk); in tcp_add_reno_sack() local
1800 struct tcp_sock *tp = tcp_sk(sk); in tcp_remove_reno_sacks() local
1813 static inline void tcp_reset_reno_sack(struct tcp_sock *tp) in tcp_reset_reno_sack()
1818 static void tcp_clear_retrans_partial(struct tcp_sock *tp) in tcp_clear_retrans_partial()
1827 void tcp_clear_retrans(struct tcp_sock *tp) in tcp_clear_retrans()
1842 struct tcp_sock *tp = tcp_sk(sk); in tcp_enter_loss() local
1924 static inline int tcp_fackets_out(const struct tcp_sock *tp) in tcp_fackets_out()
1944 static inline int tcp_dupack_heuristics(const struct tcp_sock *tp) in tcp_dupack_heuristics()
1951 struct tcp_sock *tp = tcp_sk(sk); in tcp_pause_early_retransmit() local
1979 const struct tcp_sock *tp = tcp_sk(sk); in tcp_head_timedout() local
2080 struct tcp_sock *tp = tcp_sk(sk); in tcp_time_to_recover() local
2147 struct tcp_sock *tp = tcp_sk(sk); in tcp_timeout_skbs() local
2179 struct tcp_sock *tp = tcp_sk(sk); in tcp_mark_head_lost() local
2240 struct tcp_sock *tp = tcp_sk(sk); in tcp_update_scoreboard() local
2263 static inline void tcp_moderate_cwnd(struct tcp_sock *tp) in tcp_moderate_cwnd()
2273 static inline bool tcp_packet_delayed(const struct tcp_sock *tp) in tcp_packet_delayed()
2285 struct tcp_sock *tp = tcp_sk(sk); in DBGUNDO() local
2314 struct tcp_sock *tp = tcp_sk(sk); in tcp_undo_cwr() local
2334 static inline bool tcp_may_undo(const struct tcp_sock *tp) in tcp_may_undo()
2342 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_undo_recovery() local
2374 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_undo_dsack() local
2400 const struct tcp_sock *tp = tcp_sk(sk); in tcp_any_retrans_done() local
2417 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_undo_partial() local
2446 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_undo_loss() local
2486 struct tcp_sock *tp = tcp_sk(sk); in tcp_init_cwnd_reduction() local
2502 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_reduction() local
2523 struct tcp_sock *tp = tcp_sk(sk); in tcp_end_cwnd_reduction() local
2537 struct tcp_sock *tp = tcp_sk(sk); in tcp_enter_cwr() local
2549 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_keep_open() local
2563 struct tcp_sock *tp = tcp_sk(sk); in tcp_try_to_open() local
2592 struct tcp_sock *tp = tcp_sk(sk); in tcp_mtup_probe_success() local
2616 struct tcp_sock *tp = tcp_sk(sk); in tcp_simple_retransmit() local
2662 struct tcp_sock *tp = tcp_sk(sk); in tcp_enter_recovery() local
2690 struct tcp_sock *tp = tcp_sk(sk); in tcp_process_loss() local
2752 struct tcp_sock *tp = tcp_sk(sk); in tcp_fastretrans_alert() local
2885 struct tcp_sock *tp = tcp_sk(sk); in tcp_ack_saw_tstamp() local
2910 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ack_update_rtt() local
2931 struct tcp_sock *tp = tcp_sk(sk); in tcp_rearm_rto() local
2965 struct tcp_sock *tp = tcp_sk(sk); in tcp_resume_early_retransmit() local
2981 struct tcp_sock *tp = tcp_sk(sk); in tcp_tso_acked() local
3006 struct tcp_sock *tp = tcp_sk(sk); in tcp_clean_rtx_queue() local
3172 const struct tcp_sock *tp = tcp_sk(sk); in tcp_ack_probe() local
3198 const struct tcp_sock *tp = tcp_sk(sk); in tcp_may_raise_cwnd() local
3206 static inline bool tcp_may_update_window(const struct tcp_sock *tp, in tcp_may_update_window()
3223 struct tcp_sock *tp = tcp_sk(sk); in tcp_ack_update_window() local
3280 static void tcp_store_ts_recent(struct tcp_sock *tp) in tcp_store_ts_recent()
3286 static void tcp_replace_ts_recent(struct tcp_sock *tp, u32 seq) in tcp_replace_ts_recent()
3306 struct tcp_sock *tp = tcp_sk(sk); in tcp_process_tlp_ack() local
3337 struct tcp_sock *tp = tcp_sk(sk); in tcp_ack() local
3600 static bool tcp_parse_aligned_timestamp(struct tcp_sock *tp, const struct tcphdr *th) in tcp_parse_aligned_timestamp()
3620 const struct tcphdr *th, struct tcp_sock *tp) in tcp_fast_parse_options()
3704 const struct tcp_sock *tp = tcp_sk(sk); in tcp_disordered_ack() local
3725 const struct tcp_sock *tp = tcp_sk(sk); in tcp_paws_discard() local
3744 static inline bool tcp_sequence(const struct tcp_sock *tp, u32 seq, u32 end_seq) in tcp_sequence()
3791 struct tcp_sock *tp = tcp_sk(sk); in tcp_fin() local
3873 struct tcp_sock *tp = tcp_sk(sk); in tcp_dsack_set() local
3893 struct tcp_sock *tp = tcp_sk(sk); in tcp_dsack_extend() local
3903 struct tcp_sock *tp = tcp_sk(sk); in tcp_send_dupack() local
3925 static void tcp_sack_maybe_coalesce(struct tcp_sock *tp) in tcp_sack_maybe_coalesce()
3952 struct tcp_sock *tp = tcp_sk(sk); in tcp_sack_new_ofo_skb() local
3994 static void tcp_sack_remove(struct tcp_sock *tp) in tcp_sack_remove()
4031 struct tcp_sock *tp = tcp_sk(sk); in tcp_ofo_queue() local
4129 struct tcp_sock *tp = tcp_sk(sk); in tcp_data_queue_ofo() local
4309 struct tcp_sock *tp = tcp_sk(sk); in tcp_data_queue() local
4555 struct tcp_sock *tp = tcp_sk(sk); in tcp_collapse_ofo_queue() local
4602 struct tcp_sock *tp = tcp_sk(sk); in tcp_prune_ofo_queue() local
4631 struct tcp_sock *tp = tcp_sk(sk); in tcp_prune_queue() local
4678 struct tcp_sock *tp = tcp_sk(sk); in tcp_cwnd_application_limited() local
4696 const struct tcp_sock *tp = tcp_sk(sk); in tcp_should_expand_sndbuf() local
4727 struct tcp_sock *tp = tcp_sk(sk); in tcp_new_space() local
4766 struct tcp_sock *tp = tcp_sk(sk); in __tcp_ack_snd_check() local
4807 struct tcp_sock *tp = tcp_sk(sk); in tcp_check_urg() local
4873 struct tcp_sock *tp = tcp_sk(sk); in tcp_urg() local
4898 struct tcp_sock *tp = tcp_sk(sk); in tcp_copy_to_iovec() local
4945 struct tcp_sock *tp = tcp_sk(sk); in tcp_dma_try_early_copy() local
4994 struct tcp_sock *tp = tcp_sk(sk); in tcp_validate_incoming() local
5085 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_established() local
5299 struct tcp_sock *tp = tcp_sk(sk); in tcp_finish_connect() local
5340 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_fastopen_synack() local
5383 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_synsent_state_process() local
5609 struct tcp_sock *tp = tcp_sk(sk); in tcp_rcv_state_process() local