Home
last modified time | relevance | path

Searched refs:__tcp_fast_path_on (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h679 static inline void __tcp_fast_path_on(struct tcp_sock *tp, u32 snd_wnd) in __tcp_fast_path_on() function
692 __tcp_fast_path_on(tp, tp->snd_wnd >> tp->rx_opt.snd_wscale); in tcp_fast_path_on()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_input.c6006 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_finish_connect()