Lines Matching refs:tcp_cache_head
123 struct tcp_cache_head { struct
147 static struct tcp_cache_head *tcp_cache; argument
314 tcp_cache_unlock(struct tcp_cache_head *head) in tcp_cache_unlock()
331 int create, struct tcp_cache_head **headarg) in tcp_getcache_with_lock()
334 struct tcp_cache_head *head; in tcp_getcache_with_lock()
445 struct tcp_cache_head *head; in tcp_cache_set_cookie_common()
473 struct tcp_cache_head *head; in tcp_cache_get_cookie_common()
521 struct tcp_cache_head *head; in tcp_cache_get_cookie_len_common()
559 struct tcp_cache_head *head; in tcp_cache_get_mptcp_version()
587 struct tcp_cache_head *head; in tcp_cache_update_mptcp_version()
1530 struct tcp_cache_head *head = &tcp_cache[i]; in sysctl_cleartfocache()
1608 tcp_cache = zalloc_permanent(sizeof(struct tcp_cache_head) * tcp_cache_size, in tcp_cache_init()
1609 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()