Searched refs:snd_wnd (Results 1 – 6 of 6) sorted by relevance
247 __field(__u32, snd_wnd)272 __entry->snd_wnd = tp->snd_wnd;282 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
130 __le32 snd_wnd; member261 __le32 snd_wnd; member
98 u32 snd_wnd; member
144 __u32 snd_wnd; member
198 u32 snd_wnd; /* The window we expect to receive */ member
679 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument683 snd_wnd); in __tcp_fast_path_on()688 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()1249 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()