Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cache.h81 struct tcp_cache_key { struct
94 struct tcp_cache_key tc_key; argument
H A Dtcp_cache.c90 struct tcp_cache_key tc_key;
268 tcp_cache_hash(struct tcp_cache_key_src *tcks, struct tcp_cache_key *key) in tcp_cache_hash()
272 bzero(key, sizeof(struct tcp_cache_key)); in tcp_cache_hash()
286 hash = net_flowhash(key, sizeof(struct tcp_cache_key), in tcp_cache_hash()
314 struct tcp_cache_key key; in tcp_getcache_with_lock()