Lines Matching refs:tcp_sock
398 void tcp_clear_retrans(struct tcp_sock *tp);
644 void tcp_mark_push(struct tcp_sock *tp, struct sk_buff *skb);
704 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd()
748 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()
753 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on()
764 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on()
771 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
804 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt()
813 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()
868 static inline u32 tcp_time_stamp_ms(const struct tcp_sock *tp) in tcp_time_stamp_ms()
873 static inline u32 tcp_time_stamp_ts(const struct tcp_sock *tp) in tcp_time_stamp_ts()
880 void tcp_mstamp_refresh(struct tcp_sock *tp);
1218 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);
1219 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
1276 static inline int tcp_is_sack(const struct tcp_sock *tp) in tcp_is_sack()
1281 static inline bool tcp_is_reno(const struct tcp_sock *tp) in tcp_is_reno()
1286 static inline unsigned int tcp_left_out(const struct tcp_sock *tp) in tcp_left_out()
1305 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp) in tcp_packets_in_flight()
1312 static inline u32 tcp_snd_cwnd(const struct tcp_sock *tp) in tcp_snd_cwnd()
1317 static inline void tcp_snd_cwnd_set(struct tcp_sock *tp, u32 val) in tcp_snd_cwnd_set()
1323 static inline bool tcp_in_slow_start(const struct tcp_sock *tp) in tcp_in_slow_start()
1328 static inline bool tcp_in_initial_slowstart(const struct tcp_sock *tp) in tcp_in_initial_slowstart()
1345 const struct tcp_sock *tp = tcp_sk(sk); in tcp_current_ssthresh()
1359 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst);
1364 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss()
1370 static inline u32 tcp_wnd_end(const struct tcp_sock *tp) in tcp_wnd_end()
1390 const struct tcp_sock *tp = tcp_sk(sk); in tcp_is_cwnd_limited()
1461 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq) in tcp_init_wl()
1466 static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq) in tcp_update_wl()
1506 struct tcp_sock *tp = tcp_sk(sk); in tcp_slow_start_after_idle_check()
1575 struct tcp_sock *tp = tcp_sk(sk); in __tcp_adjust_rcv_ssthresh()
1612 const struct tcp_sock *tp = tcp_sk(sk); in tcp_epollin_ready()
1629 static inline int keepalive_intvl_when(const struct tcp_sock *tp) in keepalive_intvl_when()
1642 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when()
1653 static inline int keepalive_probes(const struct tcp_sock *tp) in keepalive_probes()
1666 static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp) in keepalive_time_elapsed()
1741 static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp) in tcp_clear_retrans_hints_partial()
1746 static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp) in tcp_clear_all_retrans_hints()
1908 void tcp_free_fastopen_req(struct tcp_sock *tp);
2041 const struct tcp_sock *tp = tcp_sk(sk); in tcp_write_queue_empty()
2105 struct tcp_sock *tp = tcp_sk(sk); in tcp_push_pending_frames()
2115 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp) in tcp_highest_sack_seq()
2165 static inline bool tcp_stream_is_thin(struct tcp_sock *tp) in tcp_stream_is_thin()
2215 static inline u32 tcp_notsent_lowat(const struct tcp_sock *tp) in tcp_notsent_lowat()
2346 const struct tcp_sock *tp = tcp_sk(sk); in tcp_get_current_key()
2397 extern s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb,
2400 extern void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq,
2498 struct tcp_sock *tp = tcp_sk(sk); in tcp_inq()
2522 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb) in tcp_segs_in()
2744 const struct tcp_sock *tp) in tcp_add_tx_delay()