Home
last modified time | relevance | path

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

12

/linux/mm/
A Dslab_common.c174 if (s->usersize) in slab_unmergeable()
236 unsigned int usersize, void (*ctor)(void *), in create_cache() argument
242 if (WARN_ON(useroffset + usersize > object_size)) in create_cache()
243 useroffset = usersize = 0; in create_cache()
255 s->usersize = usersize; in create_cache()
344 if (WARN_ON(!usersize && useroffset) || in kmem_cache_create_usercopy()
345 WARN_ON(size < usersize || size - usersize < useroffset)) in kmem_cache_create_usercopy()
346 usersize = useroffset = 0; in kmem_cache_create_usercopy()
348 if (!usersize) in kmem_cache_create_usercopy()
361 flags, useroffset, usersize, ctor, NULL); in kmem_cache_create_usercopy()
[all …]
A Dslab.h26 unsigned int usersize; /* Usercopy region size */ member
99 unsigned int usersize);
102 unsigned int useroffset, unsigned int usersize);
/linux/net/netfilter/
A Dxt_nfacct.c66 .usersize = offsetof(struct xt_nfacct_match_info, nfacct),
77 .usersize = offsetof(struct xt_nfacct_match_info_v1, nfacct),
A Dxt_bpf.c126 .usersize = offsetof(struct xt_bpf_info, filter),
137 .usersize = offsetof(struct xt_bpf_info_v1, filter),
A Dxt_CT.c309 .usersize = offsetof(struct xt_ct_target_info, ct),
321 .usersize = offsetof(struct xt_ct_target_info, ct),
333 .usersize = offsetof(struct xt_ct_target_info, ct),
A Dxt_cgroup.c185 .usersize = offsetof(struct xt_cgroup_info_v1, priv),
199 .usersize = offsetof(struct xt_cgroup_info_v2, priv),
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, \
658 static bool error_tg_ok(unsigned int usersize, unsigned int kernsize, in error_tg_ok() argument
661 return usersize == kernsize && strnlen(msg, msglen) < msglen; in error_tg_ok()
780 K->u.kernel.TYPE->usersize, \
A Dxt_TEE.c153 .usersize = offsetof(struct xt_tee_tginfo, priv),
165 .usersize = offsetof(struct xt_tee_tginfo, priv),
A Dxt_quota.c77 .usersize = offsetof(struct xt_quota_info, master),
A Dxt_statistic.c84 .usersize = offsetof(struct xt_statistic_info, master),
A Dxt_string.c78 .usersize = offsetof(struct xt_string_info, config),
A Dxt_hashlimit.c987 .usersize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
998 .usersize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
1009 .usersize = offsetof(struct xt_hashlimit_mtinfo3, hinfo),
1021 .usersize = offsetof(struct xt_hashlimit_mtinfo1, hinfo),
1032 .usersize = offsetof(struct xt_hashlimit_mtinfo2, hinfo),
1043 .usersize = offsetof(struct xt_hashlimit_mtinfo3, hinfo),
A Dxt_SECMARK.c175 .usersize = offsetof(struct xt_secmark_target_info_v1, secid),
A Dxt_connlimit.c116 .usersize = offsetof(struct xt_connlimit_info, data),
A Dxt_LED.c185 .usersize = offsetof(struct xt_led_info, internal_data),
A Dxt_rateest.c133 .usersize = offsetof(struct xt_rateest_match_info, est1),
A Dxt_IDLETIMER.c465 .usersize = offsetof(struct idletimer_tg_info, timer),
476 .usersize = offsetof(struct idletimer_tg_info_v1, timer),
A Dxt_limit.c200 .usersize = offsetof(struct xt_rateinfo, prev),
A Dxt_RATEEST.c190 .usersize = offsetof(struct xt_rateest_target_info, est),
/linux/include/linux/netfilter/
A Dx_tables.h171 unsigned int usersize; member
212 unsigned int usersize; member
302 int usersize, int size, int aligned_size);
/linux/net/ipv6/netfilter/
A Dip6t_NPT.c151 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
163 .usersize = offsetof(struct ip6t_npt_tginfo, adjustment),
/linux/include/linux/
A Dslab_def.h85 unsigned int usersize; /* Usercopy region size */ member
A Dslub_def.h141 unsigned int usersize; /* Usercopy region size */ member
/linux/net/bridge/netfilter/
A Debt_limit.c109 .usersize = offsetof(struct ebt_limit_info, prev),
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()

Completed in 52 milliseconds

12