Loading net/netfilter/xt_IDLETIMER.c +1 −0 Original line number Diff line number Diff line Loading @@ -505,6 +505,7 @@ static struct xt_target idletimer_tg __read_mostly = { .family = NFPROTO_UNSPEC, .target = idletimer_tg_target, .targetsize = sizeof(struct idletimer_tg_info), .usersize = offsetof(struct idletimer_tg_info, timer), .checkentry = idletimer_tg_checkentry, .destroy = idletimer_tg_destroy, .me = THIS_MODULE, Loading net/netfilter/xt_LED.c +1 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ static struct xt_target led_tg_reg __read_mostly = { .family = NFPROTO_UNSPEC, .target = led_tg, .targetsize = sizeof(struct xt_led_info), .usersize = offsetof(struct xt_led_info, internal_data), .checkentry = led_tg_check, .destroy = led_tg_destroy, .me = THIS_MODULE, Loading net/netfilter/xt_limit.c +1 −2 Original line number Diff line number Diff line Loading @@ -192,9 +192,8 @@ static struct xt_match limit_mt_reg __read_mostly = { .compatsize = sizeof(struct compat_xt_rateinfo), .compat_from_user = limit_mt_compat_from_user, .compat_to_user = limit_mt_compat_to_user, #else .usersize = offsetof(struct xt_rateinfo, prev), #endif .usersize = offsetof(struct xt_rateinfo, prev), .me = THIS_MODULE, }; Loading net/netfilter/xt_nfacct.c +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ static struct xt_match nfacct_mt_reg __read_mostly = { .match = nfacct_mt, .destroy = nfacct_mt_destroy, .matchsize = sizeof(struct xt_nfacct_match_info), .usersize = offsetof(struct xt_nfacct_match_info, nfacct), .me = THIS_MODULE, }; Loading net/netfilter/xt_quota2.c +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ static ssize_t quota_proc_write(struct file *file, const char __user *input, if (copy_from_user(buf, input, size) != 0) return -EFAULT; buf[sizeof(buf)-1] = '\0'; if (size < sizeof(buf)) buf[size] = '\0'; spin_lock_bh(&e->lock); e->quota = simple_strtoull(buf, NULL, 0); Loading Loading @@ -326,6 +328,7 @@ static struct xt_match quota_mt2_reg[] __read_mostly = { .match = quota_mt2, .destroy = quota_mt2_destroy, .matchsize = sizeof(struct xt_quota_mtinfo2), .usersize = offsetof(struct xt_quota_mtinfo2, master), .me = THIS_MODULE, }, { Loading @@ -336,6 +339,7 @@ static struct xt_match quota_mt2_reg[] __read_mostly = { .match = quota_mt2, .destroy = quota_mt2_destroy, .matchsize = sizeof(struct xt_quota_mtinfo2), .usersize = offsetof(struct xt_quota_mtinfo2, master), .me = THIS_MODULE, }, }; Loading Loading
net/netfilter/xt_IDLETIMER.c +1 −0 Original line number Diff line number Diff line Loading @@ -505,6 +505,7 @@ static struct xt_target idletimer_tg __read_mostly = { .family = NFPROTO_UNSPEC, .target = idletimer_tg_target, .targetsize = sizeof(struct idletimer_tg_info), .usersize = offsetof(struct idletimer_tg_info, timer), .checkentry = idletimer_tg_checkentry, .destroy = idletimer_tg_destroy, .me = THIS_MODULE, Loading
net/netfilter/xt_LED.c +1 −0 Original line number Diff line number Diff line Loading @@ -198,6 +198,7 @@ static struct xt_target led_tg_reg __read_mostly = { .family = NFPROTO_UNSPEC, .target = led_tg, .targetsize = sizeof(struct xt_led_info), .usersize = offsetof(struct xt_led_info, internal_data), .checkentry = led_tg_check, .destroy = led_tg_destroy, .me = THIS_MODULE, Loading
net/netfilter/xt_limit.c +1 −2 Original line number Diff line number Diff line Loading @@ -192,9 +192,8 @@ static struct xt_match limit_mt_reg __read_mostly = { .compatsize = sizeof(struct compat_xt_rateinfo), .compat_from_user = limit_mt_compat_from_user, .compat_to_user = limit_mt_compat_to_user, #else .usersize = offsetof(struct xt_rateinfo, prev), #endif .usersize = offsetof(struct xt_rateinfo, prev), .me = THIS_MODULE, }; Loading
net/netfilter/xt_nfacct.c +1 −0 Original line number Diff line number Diff line Loading @@ -62,6 +62,7 @@ static struct xt_match nfacct_mt_reg __read_mostly = { .match = nfacct_mt, .destroy = nfacct_mt_destroy, .matchsize = sizeof(struct xt_nfacct_match_info), .usersize = offsetof(struct xt_nfacct_match_info, nfacct), .me = THIS_MODULE, }; Loading
net/netfilter/xt_quota2.c +4 −0 Original line number Diff line number Diff line Loading @@ -141,6 +141,8 @@ static ssize_t quota_proc_write(struct file *file, const char __user *input, if (copy_from_user(buf, input, size) != 0) return -EFAULT; buf[sizeof(buf)-1] = '\0'; if (size < sizeof(buf)) buf[size] = '\0'; spin_lock_bh(&e->lock); e->quota = simple_strtoull(buf, NULL, 0); Loading Loading @@ -326,6 +328,7 @@ static struct xt_match quota_mt2_reg[] __read_mostly = { .match = quota_mt2, .destroy = quota_mt2_destroy, .matchsize = sizeof(struct xt_quota_mtinfo2), .usersize = offsetof(struct xt_quota_mtinfo2, master), .me = THIS_MODULE, }, { Loading @@ -336,6 +339,7 @@ static struct xt_match quota_mt2_reg[] __read_mostly = { .match = quota_mt2, .destroy = quota_mt2_destroy, .matchsize = sizeof(struct xt_quota_mtinfo2), .usersize = offsetof(struct xt_quota_mtinfo2, master), .me = THIS_MODULE, }, }; Loading