Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dtcp.h972 static __inline__ void __tcp_fast_path_on(struct tcp_opt *tp, u32 snd_wnd) in __tcp_fast_path_on() function
981 __tcp_fast_path_on(tp, tp->snd_wnd>>tp->snd_wscale); in tcp_fast_path_on()
/linux-2.4.37.9/net/ipv4/
Dtcp_input.c4433 __tcp_fast_path_on(tp, tp->snd_wnd); in tcp_rcv_synsent_state_process()