Home
last modified time | relevance | path

Searched refs:tcp_sock (Results 1 – 3 of 3) sorted by relevance

/include/net/
Dtcp.h428 extern void tcp_clear_retrans(struct tcp_sock *tp);
436 extern void tcp_disable_fack(struct tcp_sock *tp);
562 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize) in tcp_bound_to_half_wnd()
607 static inline u32 __tcp_set_rto(const struct tcp_sock *tp) in __tcp_set_rto()
614 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on()
621 static inline void tcp_fast_path_on(struct tcp_sock *tp) in tcp_fast_path_on()
628 struct tcp_sock *tp = tcp_sk(sk); in tcp_fast_path_check()
652 static inline u32 tcp_receive_window(const struct tcp_sock *tp) in tcp_receive_window()
813 extern void tcp_slow_start(struct tcp_sock *tp);
814 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w);
[all …]
/include/linux/
Dtcp.h134 struct tcp_sock { struct
337 static inline struct tcp_sock *tcp_sk(const struct sock *sk) in tcp_sk() argument
339 return (struct tcp_sock *)sk; in tcp_sk()
Dipv6.h253 struct tcp_sock tcp;