Home
last modified time | relevance | path

Searched refs:tcp_cgroup_read (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/net/ipv4/
Dtcp_memcontrol.c9 static u64 tcp_cgroup_read(struct cgroup *cont, struct cftype *cft);
18 .read_u64 = tcp_cgroup_read,
23 .read_u64 = tcp_cgroup_read,
30 .read_u64 = tcp_cgroup_read,
36 .read_u64 = tcp_cgroup_read,
201 static u64 tcp_cgroup_read(struct cgroup *cont, struct cftype *cft) in tcp_cgroup_read() function