Re: [PATCH v2 4/7] per-cgroup tcp buffers control
From: Kirill A. Shutemov <hidden>
Date: 2011-09-17 18:11:35
Also in:
lkml, netdev
From: Kirill A. Shutemov <hidden>
Date: 2011-09-17 18:11:35
Also in:
lkml, netdev
On Wed, Sep 14, 2011 at 10:46:12PM -0300, Glauber Costa wrote:
+int tcp_init_cgroup_fill(struct proto *prot, struct cgroup *cgrp,
+ struct cgroup_subsys *ss)
+{
+ prot->enter_memory_pressure = tcp_enter_memory_pressure;
+ prot->memory_allocated = memory_allocated_tcp;
+ prot->prot_mem = tcp_sysctl_mem;
+ prot->sockets_allocated = sockets_allocated_tcp;
+ prot->memory_pressure = memory_pressure_tcp;No fancy formatting, please. -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>