Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c247 static struct tcp_fastopen_ccache_entry *tcp_fastopen_ccache_lookup(
881 cce = tcp_fastopen_ccache_lookup(&inp->inp_inc, &ccb); in tcp_fastopen_connect()
964 cce = tcp_fastopen_ccache_lookup(inc, &ccb); in tcp_fastopen_disable_path()
990 cce = tcp_fastopen_ccache_lookup(inc, &ccb); in tcp_fastopen_update_cache()
1017 tcp_fastopen_ccache_lookup(struct in_conninfo *inc, in tcp_fastopen_ccache_lookup() function