예제 #1
0
파일: skbedit.c 프로젝트: Distrotech/libnl
static void __exit skbedit_exit(void)
{
	rtnl_tc_unregister(&skbedit_ops);
}
예제 #2
0
파일: tbf.c 프로젝트: BorodaZizitopa/libnl
static void __exit tbf_exit(void)
{
	rtnl_tc_unregister(&tbf_tc_ops);
}
예제 #3
0
파일: fq_codel.c 프로젝트: Distrotech/libnl
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
파일: ingress.c 프로젝트: Distrotech/libnl
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);
}