#ifndef __CGROUP_H__ #define __CGROUP_H__ #include struct option; struct cgroup_sel { char *name; int fd; atomic_t refcnt; }; extern int nr_cgroups; /* number of explicit cgroups defined */ void close_cgroup(struct cgroup_sel *cgrp); int parse_cgroups(const struct option *opt, const char *str, int unset); #endif /* __CGROUP_H__ */ +xml'/>
summaryrefslogtreecommitdiff
option>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-11 11:17:54 -0800
commit69973b830859bc6529a7a0468ba0d80ee5117826 (patch)
tree5f11fe15ed9d9a3ab9c92242030e54b73ecdce45 /include/net/tc_act/tc_pedit.h
parent2e4333c14de06a333783d6812cf3c4998f78b0c8 (diff)
Linux 4.9
Diffstat (limited to 'include/net/tc_act/tc_pedit.h')