Lines Matching refs:tcp_sock

385 void tcp_clear_retrans(struct tcp_sock *tp);
608 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb);
630 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize)
671 static inline u32 __tcp_set_rto(const struct tcp_sock *tp)
676 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd)
687 static inline void tcp_fast_path_on(struct tcp_sock *tp)
694 struct tcp_sock *tp = tcp_sk(sk);
725 static inline u32 tcp_min_rtt(const struct tcp_sock *tp)
734 static inline u32 tcp_receive_window(const struct tcp_sock *tp)
775 static inline u32 tcp_time_stamp(const struct tcp_sock *tp)
792 void tcp_mstamp_refresh(struct tcp_sock *tp);
1116 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);
1117 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
1180 static inline int tcp_is_sack(const struct tcp_sock *tp)
1185 static inline bool tcp_is_reno(const struct tcp_sock *tp)
1190 static inline unsigned int tcp_left_out(const struct tcp_sock *tp)
1209 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp)
1216 static inline bool tcp_in_slow_start(const struct tcp_sock *tp)
1221 static inline bool tcp_in_initial_slowstart(const struct tcp_sock *tp)
1238 const struct tcp_sock *tp = tcp_sk(sk);
1252 __u32 tcp_init_cwnd(const struct tcp_sock *tp, const struct dst_entry *dst);
1257 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp)
1263 static inline u32 tcp_wnd_end(const struct tcp_sock *tp)
1283 const struct tcp_sock *tp = tcp_sk(sk);
1352 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq)
1357 static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq)
1394 struct tcp_sock *tp = tcp_sk(sk);
1460 static inline int keepalive_intvl_when(const struct tcp_sock *tp)
1473 static inline int keepalive_time_when(const struct tcp_sock *tp)
1484 static inline int keepalive_probes(const struct tcp_sock *tp)
1497 static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp)
1572 static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp)
1577 static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp)
1701 void tcp_free_fastopen_req(struct tcp_sock *tp);
1840 const struct tcp_sock *tp = tcp_sk(sk);
1896 struct tcp_sock *tp = tcp_sk(sk);
1906 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp)
1956 static inline bool tcp_stream_is_thin(struct tcp_sock *tp)
2000 static inline u32 tcp_notsent_lowat(const struct tcp_sock *tp)
2016 const struct tcp_sock *tp = tcp_sk(sk);
2108 extern s32 tcp_rack_skb_timeout(struct tcp_sock *tp, struct sk_buff *skb,
2111 extern void tcp_rack_advance(struct tcp_sock *tp, u8 sacked, u32 end_seq,
2164 struct tcp_sock *tp = tcp_sk(sk);
2188 static inline void tcp_segs_in(struct tcp_sock *tp, const struct sk_buff *skb)
2398 const struct tcp_sock *tp)