#ifndef IOSCHED_H #define IOSCHED_H extern void ioprio_print(void); extern void set_ioprio_rt(void); extern void set_ioprio_be(void); #endif /* IOSCHED_H */ cgit.js'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem de Bruijn <willemb@google.com>2017-01-02 17:19:43 -0500
committerPablo Neira Ayuso <pablo@netfilter.org>2017-01-09 17:24:54 +0100
commit244b531bee2bdcfcd35ca2fff9cc7d073b3aa060 (patch)
tree61d53d7913e67140f6f459f22f5b474ec83cd0dd
parente47ddb2c4691fd2bd8d25745ecb6848408899757 (diff)
arptables: use match, target and data copy_to_user helpers
Convert arptables to copying entries, matches and targets one by one, using the xt_match_to_user and xt_target_to_user helper functions. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>