Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dtcp_cache.c98 struct tcp_cache_key { struct
113 struct tcp_cache_key tc_key; argument
289 tcp_cache_hash(struct tcp_cache_key_src *tcks, struct tcp_cache_key *key) in tcp_cache_hash()
293 bzero(key, sizeof(struct tcp_cache_key)); in tcp_cache_hash()
307 hash = net_flowhash(key, sizeof(struct tcp_cache_key), in tcp_cache_hash()
335 struct tcp_cache_key key; in tcp_getcache_with_lock()