Lines Matching defs:tp
436 static inline bool tcp_ecn_mode_any(const struct tcp_sock *tp) in tcp_ecn_mode_any()
441 static inline bool tcp_ecn_mode_rfc3168(const struct tcp_sock *tp) in tcp_ecn_mode_rfc3168()
446 static inline bool tcp_ecn_mode_accecn(const struct tcp_sock *tp) in tcp_ecn_mode_accecn()
451 static inline bool tcp_ecn_disabled(const struct tcp_sock *tp) in tcp_ecn_disabled()
456 static inline bool tcp_ecn_mode_pending(const struct tcp_sock *tp) in tcp_ecn_mode_pending()
461 static inline void tcp_ecn_mode_set(struct tcp_sock *tp, u8 mode) in tcp_ecn_mode_set()
828 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd()
880 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()
917 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt()
926 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()
939 static inline u32 tcp_max_receive_window(const struct tcp_sock *tp) in tcp_max_receive_window()
949 static inline void tcp_update_max_rcv_wnd_seq(struct tcp_sock *tp) in tcp_update_max_rcv_wnd_seq()
1003 static inline u32 tcp_time_stamp_ms(const struct tcp_sock *tp) in tcp_time_stamp_ms()
1008 static inline u32 tcp_time_stamp_ts(const struct tcp_sock *tp) in tcp_time_stamp_ts()
1018 static inline void tcp_mstamp_refresh_inline(struct tcp_sock *tp) in tcp_mstamp_refresh_inline()
1482 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack()
1487 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno()
1492 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out()
1511 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight()
1518 static inline u32 tcp_snd_cwnd(const struct tcp_sock *tp) in tcp_snd_cwnd()
1523 static inline void tcp_snd_cwnd_set(struct tcp_sock *tp, u32 val) in tcp_snd_cwnd_set()
1529 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start()
1534 static inline bool tcp_in_initial_slowstart(const struct tcp_sock *tp) in tcp_in_initial_slowstart()
1551 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh() local
1562 #define tcp_verify_left_out(tp) WARN_ON(tcp_left_out(tp) > tp->packets_out) argument
1570 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss()
1576 static inline u32 tcp_wnd_end(const struct tcp_sock *tp) in tcp_wnd_end()
1596 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited() local
1669 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl()
1674 static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq) in tcp_update_wl()
1719 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check() local
1788 struct tcp_sock *tp = tcp_sk(sk); in __tcp_adjust_rcv_ssthresh() local
1825 const struct tcp_sock *tp = tcp_sk(sk); in tcp_epollin_ready() local
1842 static inline int keepalive_intvl_when(const struct tcp_sock *tp) in keepalive_intvl_when()
1855 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when()
1866 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes()
1879 static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp) in keepalive_time_elapsed()
1941 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on()
1959 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on()
1966 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check() local
1990 static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) in tcp_clear_all_retrans_hints()
2184 static inline void tcp_chrono_set(struct tcp_sock *tp, const enum tcp_chrono new) in tcp_chrono_set()
2201 struct tcp_sock *tp = tcp_sk(sk); in tcp_chrono_start() local
2271 const struct tcp_sock *tp = tcp_sk(sk); in tcp_write_queue_empty() local
2335 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames() local
2345 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq()
2395 static inline bool tcp_stream_is_thin(struct tcp_sock *tp) in tcp_stream_is_thin()
2450 static inline u32 tcp_notsent_lowat(const struct tcp_sock *tp) in tcp_notsent_lowat()
2590 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_current_key() local
2743 struct tcp_sock *tp = tcp_sk(sk); in tcp_inq() local
2767 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_segs_in()
3004 const struct tcp_sock *tp) in tcp_add_tx_delay()