Home
last modified time | relevance | path

Searched refs:usersize (Results 1 – 25 of 39) sorted by relevance

12

/linux/net/netfilter/
H A Dxt_CT.c345 .usersize = offsetof(struct xt_ct_target_info, ct),
357 .usersize = offsetof(struct xt_ct_target_info, ct),
369 .usersize = offsetof(struct xt_ct_target_info, ct),
389 .usersize = offsetof(struct xt_ct_target_info, ct),
401 .usersize = offsetof(struct xt_ct_target_info, ct),
413 .usersize = offsetof(struct xt_ct_target_info, ct),
H A Dxt_nfacct.c66 .usersize = offsetof(struct xt_nfacct_match_info, nfacct),
77 .usersize = offsetof(struct xt_nfacct_match_info_v1, nfacct),
H A Dxt_bpf.c126 .usersize = offsetof(struct xt_bpf_info, filter),
137 .usersize = offsetof(struct xt_bpf_info_v1, filter),
H A Dxt_SECMARK.c175 .usersize = offsetof(struct xt_secmark_target_info_v1, secid),
197 .usersize = offsetof(struct xt_secmark_target_info_v1, secid),
H A Dxt_connlimit.c120 .usersize = offsetof(struct xt_connlimit_info, data),
132 .usersize = offsetof(struct xt_connlimit_info, data),
H A Dxt_LED.c188 .usersize = offsetof(struct xt_led_info, internal_data),
200 .usersize = offsetof(struct xt_led_info, internal_data),
H A Dxt_IDLETIMER.c473 .usersize = offsetof(struct idletimer_tg_info, timer),
484 .usersize = offsetof(struct idletimer_tg_info_v1, timer),
495 .usersize = offsetof(struct idletimer_tg_info, timer),
506 .usersize = offsetof(struct idletimer_tg_info_v1, timer),
H A Dx_tables.c313 int usersize, int size, int aligned_size) in xt_data_to_user() argument
315 usersize = usersize ? : size; in xt_data_to_user()
316 if (copy_to_user(dst, src, usersize)) in xt_data_to_user()
318 if (usersize != aligned_size && in xt_data_to_user()
319 clear_user(dst + usersize, aligned_size - usersize)) in xt_data_to_user()
328 K->u.kernel.TYPE->usersize, \
669 static bool error_tg_ok(unsigned int usersize, unsigned int kernsize, in xt_compat_add_offset()
672 return usersize in xt_compat_add_offset()
658 error_tg_ok(unsigned int usersize,unsigned int kernsize,const char * msg,unsigned int msglen) error_tg_ok() argument
[all...]
H A Dxt_cgroup.c217 .usersize = offsetof(struct xt_cgroup_info_v1, priv),
231 .usersize = offsetof(struct xt_cgroup_info_v2, priv),
H A Dxt_TEE.c153 .usersize = offsetof(struct xt_tee_tginfo, priv),
165 .usersize = offsetof(struct xt_tee_tginfo, priv),
H A Dxt_RATEEST.c191 .usersize = offsetof(struct xt_rateest_target_info, est),
203 .usersize = offsetof(struct xt_rateest_target_info, est),
H A Dxt_quota.c77 .usersize = offsetof(struct xt_quota_info, master),
H A Dxt_string.c78 .usersize = offsetof(struct xt_string_info, config),
H A Dxt_statistic.c84 .usersize = offsetof(struct xt_statistic_info, master),
H A Dxt_hashlimit.c989 .usersize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
1000 .usersize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
1011 .usersize = offsetof(struct xt_hashlimit_mtinfo3, hinfo),
1023 .usersize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
1034 .usersize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
1045 .usersize = offsetof(struct xt_hashlimit_mtinfo3, hinfo),
H A Dxt_rateest.c138 .usersize = offsetof(struct xt_rateest_match_info, est1), in xt_rateest_mt_init()
H A Dxt_limit.c200 .usersize = offsetof(struct xt_rateinfo, prev),
/linux/mm/
H A Dslab_common.c164 if (s->usersize) in slab_unmergeable()
185 if (IS_ENABLED(CONFIG_HARDENED_USERCOPY) && args->usersize) in slab_args_unmergeable()
364 WARN_ON(!args->usersize && args->useroffset) || in __kmem_cache_create_args()
365 WARN_ON(object_size < args->usersize || in __kmem_cache_create_args()
366 object_size - args->usersize < args->useroffset)) in __kmem_cache_create_args()
367 args->usersize = args->useroffset = 0; in __kmem_cache_create_args()
427 unsigned int usersize, in kmem_buckets_create() argument
474 cache_usersize = min(size - cache_useroffset, usersize); in kmem_buckets_create()
697 unsigned int useroffset, unsigned int usersize) in create_boot_cache() argument
714 kmem_args.usersize = usersize; in create_boot_cache()
H A Dslab.h243 unsigned int usersize; /* Usercopy region size */ member
388 unsigned int useroffset, unsigned int usersize);
/linux/include/linux/
H A Dslab.h303 unsigned int usersize; member
414 unsigned int useroffset, unsigned int usersize, in kmem_cache_create_usercopy() argument
421 .usersize = usersize, in kmem_cache_create_usercopy()
499 .usersize = sizeof_field(struct __struct, __field), \
806 unsigned int useroffset, unsigned int usersize,
/linux/include/linux/netfilter/
H A Dx_tables.h161 unsigned int usersize; member
202 unsigned int usersize; member
292 int usersize, int size, int aligned_size);
/linux/net/ipv6/netfilter/
H A Dip6t_NPT.c151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/linux/net/bridge/netfilter/
H A Debt_limit.c109 .usersize = offsetof(struct ebt_limit_info, prev),
H A Debtables.c1442 int usersize, int datasize, u8 revision) in ebt_obj_to_user() argument
1453 xt_data_to_user(um + entrysize, data, usersize, datasize, in ebt_obj_to_user()
1465 m->u.match->usersize, m->match_size, in ebt_match_to_user()
1474 w->u.watcher->usersize, w->watcher_size, in ebt_watcher_to_user()
1506 t->u.target->usersize, t->target_size, in ebt_entry_to_user()
1660 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user()
1692 if (xt_data_to_user(cm->data, t->data, target->usersize, tsize, in compat_target_to_user()
/linux/tools/include/linux/
H A Dslab.h85 unsigned int usersize; member

12