示例#1
0
static void __exit skbedit_exit(void)
{
	rtnl_tc_unregister(&skbedit_ops);
}
示例#2
0
static void __exit tbf_exit(void)
{
	rtnl_tc_unregister(&tbf_tc_ops);
}
示例#3
0
static void __exit fq_codel_exit(void)
{
	rtnl_tc_unregister(&fq_codel_ops);
}
示例#4
0
文件: netem.c 项目: Alenevod/libnl
static void __exit netem_exit(void)
{
	rtnl_tc_unregister(&netem_ops);
}
示例#5
0
文件: gact.c 项目: Happy-Ferret/libnl
static void __exit gact_exit(void)
{
	rtnl_tc_unregister(&gact_ops);
}
示例#6
0
static void __exit red_exit(void)
{
	rtnl_tc_unregister(&red_ops);
}
示例#7
0
文件: u32.c 项目: Happy-Ferret/libnl
static void __exit u32_exit(void)
{
	rtnl_tc_unregister(&u32_ops);
}
示例#8
0
static void __exit ingress_exit(void)
{
	rtnl_tc_unregister(&ingress_ops);
}
示例#9
0
文件: cgroup.c 项目: Alenevod/libnl
static void __exit cgroup_exit(void)
{
	rtnl_tc_unregister(&cgroup_ops);
}