Loading net/netfilter/xt_HARDIDLETIMER.c +2 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,8 @@ static int hardidletimer_tg_create(struct hardidletimer_tg_info *info) pr_debug("couldn't add file to sysfs"); goto out_free_attr; } /* notify userspace */ kobject_uevent(hardidletimer_tg_kobj, KOBJ_ADD); list_add(&info->timer->entry, &hardidletimer_tg_list); Loading net/netfilter/xt_IDLETIMER.c +2 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,8 @@ static int idletimer_tg_create(struct idletimer_tg_info *info) pr_debug("couldn't add file to sysfs"); goto out_free_attr; } /* notify userspace */ kobject_uevent(idletimer_tg_kobj, KOBJ_ADD); list_add(&info->timer->entry, &idletimer_tg_list); Loading Loading
net/netfilter/xt_HARDIDLETIMER.c +2 −0 Original line number Diff line number Diff line Loading @@ -180,6 +180,8 @@ static int hardidletimer_tg_create(struct hardidletimer_tg_info *info) pr_debug("couldn't add file to sysfs"); goto out_free_attr; } /* notify userspace */ kobject_uevent(hardidletimer_tg_kobj, KOBJ_ADD); list_add(&info->timer->entry, &hardidletimer_tg_list); Loading
net/netfilter/xt_IDLETIMER.c +2 −0 Original line number Diff line number Diff line Loading @@ -301,6 +301,8 @@ static int idletimer_tg_create(struct idletimer_tg_info *info) pr_debug("couldn't add file to sysfs"); goto out_free_attr; } /* notify userspace */ kobject_uevent(idletimer_tg_kobj, KOBJ_ADD); list_add(&info->timer->entry, &idletimer_tg_list); Loading