Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_cache.c50 struct tcp_heuristic_key { struct
63 struct tcp_heuristic_key th_key; argument
99 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()
650 tcp_heuristics_hash(struct tcp_cache_key_src *tcks, struct tcp_heuristic_key *key) in tcp_heuristics_hash()
654 bzero(key, sizeof(struct tcp_heuristic_key)); in tcp_heuristics_hash()
658 hash = net_flowhash(key, sizeof(struct tcp_heuristic_key), in tcp_heuristics_hash()
690 struct tcp_heuristic_key key; in tcp_getheuristic_with_lock()