00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef NETLINK_SFQ_H_
00013 #define NETLINK_SFQ_H_
00014
00015 #include <netlink/netlink.h>
00016
00017 #ifdef __cplusplus
00018 extern "C" {
00019 #endif
00020
00021 extern int rtnl_sfq_set_quantum(struct rtnl_qdisc *, int);
00022 extern int rtnl_sfq_get_quantum(struct rtnl_qdisc *);
00023
00024 extern int rtnl_sfq_set_limit(struct rtnl_qdisc *, int);
00025 extern int rtnl_sfq_get_limit(struct rtnl_qdisc *);
00026
00027 extern int rtnl_sfq_set_perturb(struct rtnl_qdisc *, int);
00028 extern int rtnl_sfq_get_perturb(struct rtnl_qdisc *);
00029
00030 extern int rtnl_sfq_get_divisor(struct rtnl_qdisc *);
00031
00032 #ifdef __cplusplus
00033 }
00034 #endif
00035
00036 #endif