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,
377 __field(__u32, snd_wnd)405 __entry->snd_wnd = tp->snd_wnd;419 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
104 __le32 snd_wnd; member235 __le32 snd_wnd; member
72 u32 snd_wnd; member
157 __u32 snd_wnd; member
217 u32 snd_wnd; /* The window we expect to receive */ member
814 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument822 snd_wnd); in __tcp_fast_path_on()827 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()1442 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()
Completed in 21 milliseconds