repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tracepoint: Fix sparse warnings in tracepoint.c
[linux/fpc-iii.git]
/
include
/
net
/
tcp_memcontrol.h
blob
05b94d9453de8b036f1c275caa268b6f8113eac7
1
#ifndef _TCP_MEMCG_H
2
#define _TCP_MEMCG_H
3
4
struct
cg_proto
*
tcp_proto_cgroup
(
struct
mem_cgroup
*
memcg
);
5
int
tcp_init_cgroup
(
struct
mem_cgroup
*
memcg
,
struct
cgroup_subsys
*
ss
);
6
void
tcp_destroy_cgroup
(
struct
mem_cgroup
*
memcg
);
7
#endif
/* _TCP_MEMCG_H */