• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/

Lines Matching refs:tcp_sock

381 extern void tcp_clear_retrans(struct tcp_sock *tp);
476 static inline int tcp_bound_to_half_wnd(struct tcp_sock *tp, int pktsize)
519 static inline u32 __tcp_set_rto(const struct tcp_sock *tp)
524 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd)
531 static inline void tcp_fast_path_on(struct tcp_sock *tp)
538 struct tcp_sock *tp = tcp_sk(sk);
562 static inline u32 tcp_receive_window(const struct tcp_sock *tp)
697 extern void tcp_slow_start(struct tcp_sock *tp);
698 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w);
731 static inline int tcp_is_sack(const struct tcp_sock *tp)
736 static inline int tcp_is_reno(const struct tcp_sock *tp)
741 static inline int tcp_is_fack(const struct tcp_sock *tp)
746 static inline void tcp_enable_fack(struct tcp_sock *tp)
751 static inline unsigned int tcp_left_out(const struct tcp_sock *tp)
770 static inline unsigned int tcp_packets_in_flight(const struct tcp_sock *tp)
777 static inline bool tcp_in_initial_slowstart(const struct tcp_sock *tp)
788 const struct tcp_sock *tp = tcp_sk(sk);
801 extern __u32 tcp_init_cwnd(struct tcp_sock *tp, struct dst_entry *dst);
809 static __inline__ __u32 tcp_max_burst(const struct tcp_sock *tp)
815 static inline u32 tcp_wnd_end(const struct tcp_sock *tp)
821 static inline void tcp_minshall_update(struct tcp_sock *tp, unsigned int mss,
830 struct tcp_sock *tp = tcp_sk(sk);
838 static inline void tcp_init_wl(struct tcp_sock *tp, u32 seq)
843 static inline void tcp_update_wl(struct tcp_sock *tp, u32 seq)
870 static inline void tcp_prequeue_init(struct tcp_sock *tp)
894 struct tcp_sock *tp = tcp_sk(sk);
992 static inline int keepalive_intvl_when(const struct tcp_sock *tp)
997 static inline int keepalive_time_when(const struct tcp_sock *tp)
1002 static inline int keepalive_probes(const struct tcp_sock *tp)
1007 static inline u32 keepalive_time_elapsed(const struct tcp_sock *tp)
1072 static inline void tcp_clear_retrans_hints_partial(struct tcp_sock *tp)
1078 static inline void tcp_clear_all_retrans_hints(struct tcp_sock *tp)
1303 struct tcp_sock *tp = tcp_sk(sk);
1312 static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp)
1351 static inline unsigned int tcp_stream_is_thin(struct tcp_sock *tp)
1446 * A tcp_sock contains a pointer to the current value, and this is
1487 static inline int tcp_s_data_size(const struct tcp_sock *tp)