Home
last modified time | relevance | path

Searched refs:snd_wnd (Results 1 – 7 of 7) sorted by relevance

/include/trace/events/
Dmptcp.h27 __field(u32, snd_wnd)
46 __entry->snd_wnd = tcp_sk(ssk)->snd_wnd;
49 __entry->snd_wnd = 0;
61 __entry->snd_wnd, __entry->pace,
Dtcp.h257 __field(__u32, snd_wnd)
283 __entry->snd_wnd = tp->snd_wnd;
294 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/include/linux/qed/
Dtcp_common.h104 __le32 snd_wnd; member
235 __le32 snd_wnd; member
Dqed_iscsi_if.h72 u32 snd_wnd; member
/include/uapi/linux/
Dtcp.h144 __u32 snd_wnd; member
/include/linux/
Dtcp.h206 u32 snd_wnd; /* The window we expect to receive */ member
/include/net/
Dtcp.h684 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument
692 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()