Searched refs:tcp_getcache_with_lock (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | tcp_cache.c | 330 tcp_getcache_with_lock(struct tcp_cache_key_src *tcks, in tcp_getcache_with_lock() function 449 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_set_cookie_common() 477 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_common() 526 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_len_common() 563 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_get_mptcp_version() 607 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_update_mptcp_version()
|