Lines Matching refs:tcp_cache_head
122 struct tcp_cache_head { struct
146 static struct tcp_cache_head *tcp_cache; argument
313 tcp_cache_unlock(struct tcp_cache_head *head) in tcp_cache_unlock()
330 int create, struct tcp_cache_head **headarg) in tcp_getcache_with_lock()
333 struct tcp_cache_head *head; in tcp_getcache_with_lock()
444 struct tcp_cache_head *head; in tcp_cache_set_cookie_common()
472 struct tcp_cache_head *head; in tcp_cache_get_cookie_common()
520 struct tcp_cache_head *head; in tcp_cache_get_cookie_len_common()
558 struct tcp_cache_head *head; in tcp_cache_get_mptcp_version()
586 struct tcp_cache_head *head; in tcp_cache_update_mptcp_version()
1529 struct tcp_cache_head *head = &tcp_cache[i]; in sysctl_cleartfocache()
1607 tcp_cache = zalloc_permanent(sizeof(struct tcp_cache_head) * tcp_cache_size, in tcp_cache_init()
1608 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()