Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c255 struct tcp_fastopen_ccache_bucket *);
451 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_destroy()
806 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_ccache_bucket_limit()
833 struct tcp_fastopen_ccache_bucket *ccb; in sysctl_net_inet_tcp_fastopen_client_enable()
873 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_connect()
961 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_disable_path()
987 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_update_cache()
1018 struct tcp_fastopen_ccache_bucket **ccbp) in tcp_fastopen_ccache_lookup()
1020 struct tcp_fastopen_ccache_bucket *ccb; in tcp_fastopen_ccache_lookup()
1139 struct tcp_fastopen_ccache_bucket *ccb) in tcp_fastopen_ccache_entry_drop()
[all …]
H A Dtcp_fastopen.h68 struct tcp_fastopen_ccache_bucket { struct
77 struct tcp_fastopen_ccache_bucket *base; argument