Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_cache.c49 struct tcp_heuristic_key { struct
62 struct tcp_heuristic_key th_key; argument
100 struct tcp_heuristic_key tck_src;
248 tcp_cache_hash_src(struct tcp_cache_key_src *tcks, struct tcp_heuristic_key *key) in tcp_cache_hash_src()
647 tcp_heuristics_hash(struct tcp_cache_key_src *tcks, struct tcp_heuristic_key *key) in tcp_heuristics_hash()
651 bzero(key, sizeof(struct tcp_heuristic_key)); in tcp_heuristics_hash()
655 hash = net_flowhash(key, sizeof(struct tcp_heuristic_key), in tcp_heuristics_hash()
687 struct tcp_heuristic_key key; in tcp_getheuristic_with_lock()