Lines Matching defs:tp

585 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize)  in tcp_bound_to_half_wnd()
629 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()
634 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on()
641 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on()
648 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() local
679 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt()
688 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()
943 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack()
948 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno()
953 static inline bool tcp_is_fack(const struct tcp_sock *tp) in tcp_is_fack()
958 static inline void tcp_enable_fack(struct tcp_sock *tp) in tcp_enable_fack()
966 static inline void tcp_enable_early_retrans(struct tcp_sock *tp) in tcp_enable_early_retrans()
973 static inline void tcp_disable_early_retrans(struct tcp_sock *tp) in tcp_disable_early_retrans()
978 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out()
997 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight()
1004 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start()
1009 static inline bool tcp_in_initial_slowstart(const struct tcp_sock *tp) in tcp_in_initial_slowstart()
1026 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh() local
1037 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out) argument
1045 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss()
1056 static __inline__ __u32 tcp_max_burst(const struct tcp_sock *tp) in tcp_max_burst()
1062 static inline u32 tcp_wnd_end(const struct tcp_sock *tp) in tcp_wnd_end()
1082 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited() local
1118 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl()
1123 static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq) in tcp_update_wl()
1150 static inline void tcp_prequeue_init(struct tcp_sock *tp) in tcp_prequeue_init()
1184 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check() local
1224 static inline int keepalive_intvl_when(const struct tcp_sock *tp) in keepalive_intvl_when()
1229 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when()
1234 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes()
1239 static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp) in keepalive_time_elapsed()
1311 static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp) in tcp_clear_retrans_hints_partial()
1316 static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) in tcp_clear_all_retrans_hints()
1575 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames() local
1585 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq()
1624 static inline bool tcp_stream_is_thin(struct tcp_sock *tp) in tcp_stream_is_thin()
1668 static inline u32 tcp_notsent_lowat(const struct tcp_sock *tp) in tcp_notsent_lowat()
1675 const struct tcp_sock *tp = tcp_sk(sk); in tcp_stream_memory_free() local