Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h54 struct tcp_fastopen_ccache_entry { struct
55 TAILQ_ENTRY(tcp_fastopen_ccache_entry) cce_link;
70 TAILQ_HEAD(bucket_entries, tcp_fastopen_ccache_entry) ccb_entries; argument
H A Dtcp_fastopen.c247 static struct tcp_fastopen_ccache_entry *tcp_fastopen_ccache_lookup(
249 static struct tcp_fastopen_ccache_entry *tcp_fastopen_ccache_create(
874 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_connect()
962 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_disable_path()
988 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_update_cache()
1016 static struct tcp_fastopen_ccache_entry *
1021 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_ccache_lookup()
1052 static struct tcp_fastopen_ccache_entry *
1056 struct tcp_fastopen_ccache_entry *cce; in tcp_fastopen_ccache_create()
1116 struct tcp_fastopen_ccache_entry *cce, *cce_tmp; in tcp_fastopen_ccache_bucket_trim()
[all …]