Searched refs:tcp_fastopen_cache_set (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_timer.c | 170 tcp_fastopen_cache_set(sk, 0, NULL, true, 0); in tcp_write_timeout() 186 tcp_fastopen_cache_set(sk, 0, NULL, true, 0); in tcp_write_timeout()
|
D | tcp_metrics.c | 712 void tcp_fastopen_cache_set(struct sock *sk, u16 mss, in tcp_fastopen_cache_set() function
|
D | tcp_input.c | 5499 tcp_fastopen_cache_set(sk, mss, cookie, syn_drop, try_exp); in tcp_rcv_fastopen_synack()
|
/linux-4.4.14/include/net/ |
D | tcp.h | 1420 void tcp_fastopen_cache_set(struct sock *sk, u16 mss,
|