Lines Matching refs:tcp_cache_head
121 struct tcp_cache_head { struct
146 static struct tcp_cache_head *__counted_by(tcp_cache_size) 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 *__single head; in tcp_getcache_with_lock()
444 struct tcp_cache_head *__single head; in tcp_cache_set_cookie_common()
474 struct tcp_cache_head *__single head; in tcp_cache_get_cookie_common()
523 struct tcp_cache_head *__single head; in tcp_cache_get_cookie_len_common()
561 struct tcp_cache_head *__single head; in tcp_cache_get_mptcp_version()
589 struct tcp_cache_head *__single head; in tcp_cache_update_mptcp_version()
1584 struct tcp_cache_head *__single head = &tcp_cache[i]; in sysctl_cleartfocache()
1662 tcp_cache = zalloc_permanent(sizeof(struct tcp_cache_head) * cache_size, in tcp_cache_init()
1663 ZALIGN(struct tcp_cache_head)); in tcp_cache_init()