Lines Matching refs:tcp_cache_head
100 struct tcp_cache_head { struct
125 static struct tcp_cache_head *__counted_by(tcp_cache_size) tcp_cache; argument
293 tcp_cache_unlock(struct tcp_cache_head *head) in tcp_cache_unlock()
310 int create, struct tcp_cache_head **headarg) in tcp_getcache_with_lock()
313 struct tcp_cache_head *__single head; in tcp_getcache_with_lock()
424 struct tcp_cache_head *__single head; in tcp_cache_set_cookie_common()
454 struct tcp_cache_head *__single head; in tcp_cache_get_cookie_common()
503 struct tcp_cache_head *__single head; in tcp_cache_get_cookie_len_common()
541 struct tcp_cache_head *__single head; in tcp_cache_get_mptcp_version()
569 struct tcp_cache_head *__single head; in tcp_cache_update_mptcp_version()
1494 struct tcp_cache_head *__single head = &tcp_cache[i]; in sysctl_cleartfocache()
1660 struct tcp_cache_head *head = &tcp_cache[i];
1683 struct tcp_cache_head *head = &tcp_cache[i];
1741 tcp_cache = zalloc_permanent(sizeof(struct tcp_cache_head) * cache_size, in tcp_cache_init()
1742 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()