Searched refs:snd_wnd (Results 1 – 7 of 7) sorted by relevance
27 __field(u32, snd_wnd)46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;49 __entry->snd_wnd = 0;61 __entry->snd_wnd, __entry->pace,
257 __field(__u32, snd_wnd)283 __entry->snd_wnd = tp->snd_wnd;294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
104 __le32 snd_wnd; member235 __le32 snd_wnd; member
72 u32 snd_wnd; member
144 __u32 snd_wnd; member
206 u32 snd_wnd; /* The window we expect to receive */ member
684 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument692 snd_wnd); in __tcp_fast_path_on()697 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()1268 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()