Searched refs:tcp_getcache_with_lock (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | tcp_cache.c | 309 tcp_getcache_with_lock(struct tcp_cache_key_src *tcks, in tcp_getcache_with_lock() function 428 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_set_cookie_common() 458 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_common() 508 tpcache = tcp_getcache_with_lock(tcks, 1, &head); in tcp_cache_get_cookie_len_common() 545 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_get_mptcp_version() 589 tpcache = tcp_getcache_with_lock(&tcks, 1, &head); in tcp_cache_update_mptcp_version()
|