Searched refs:tcp_getcache_with_lock (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | tcp_cache.c | 329 tcp_getcache_with_lock(struct tcp_cache_key_src *tcks, in tcp_getcache_with_lock() function 448 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_set_cookie_common() 476 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_common() 525 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_len_common() 562 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_get_mptcp_version() 606 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_update_mptcp_version()
|