Searched refs:tcp_sock (Results 1 – 5 of 5) sorted by relevance
389 void tcp_clear_retrans(struct tcp_sock *tp);610 void tcp_skb_mark_lost_uncond_verify(struct tcp_sock *tp, struct sk_buff *skb);632 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd()674 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()679 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on()686 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on()693 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()724 static inline u32 tcp_min_rtt(const struct tcp_sock *tp) in tcp_min_rtt()733 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()774 static inline u32 tcp_time_stamp(const struct tcp_sock *tp) in tcp_time_stamp()[all …]
138 struct tcp_sock { struct429 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument431 return (struct tcp_sock *)sk; in tcp_sk()471 static inline void tcp_move_syn(struct tcp_sock *tp, in tcp_move_syn()478 static inline void tcp_saved_syn_free(struct tcp_sock *tp) in tcp_saved_syn_free()486 static inline u16 tcp_mss_clamp(const struct tcp_sock *tp, u16 mss) in tcp_mss_clamp()
328 struct tcp_sock tcp;
256 const struct tcp_sock *tp = tcp_sk(sk);
2863 FN(tcp_sock), \