Home
last modified time | relevance | path

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

/linux-4.19.296/include/trace/events/
Dtcp.h244 __field(__u32, snd_wnd)
269 __entry->snd_wnd = tp->snd_wnd;
279 __entry->snd_cwnd, __entry->ssthresh, __entry->snd_wnd,
/linux-4.19.296/include/linux/qed/
Dtcp_common.h130 __le32 snd_wnd; member
261 __le32 snd_wnd; member
Dqed_iscsi_if.h98 u32 snd_wnd; member
/linux-4.19.296/include/uapi/linux/
Dtcp.h141 __u32 snd_wnd; member
/linux-4.19.296/include/linux/
Dtcp.h207 u32 snd_wnd; /* The window we expect to receive */ member
/linux-4.19.296/include/net/
Dtcp.h666 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() argument
670 snd_wnd); in __tcp_fast_path_on()
675 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
1219 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end()