Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dtcp_cache.c50 struct tcp_heuristic_key { struct
63 struct tcp_heuristic_key th_key; argument
101 struct tcp_heuristic_key tck_src;
249 tcp_cache_hash_src(struct tcp_cache_key_src *tcks, struct tcp_heuristic_key *key) in tcp_cache_hash_src()
648 tcp_heuristics_hash(struct tcp_cache_key_src *tcks, struct tcp_heuristic_key *key) in tcp_heuristics_hash()
652 bzero(key, sizeof(struct tcp_heuristic_key)); in tcp_heuristics_hash()
656 hash = net_flowhash(key, sizeof(struct tcp_heuristic_key), in tcp_heuristics_hash()
688 struct tcp_heuristic_key key; in tcp_getheuristic_with_lock()