Home
last modified time | relevance | path

Searched refs:xt_data_to_user (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/netfilter/
H A Dx_tables.h301 int xt_data_to_user(void __user *dst, const void *src,
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dx_tables.c292 int xt_data_to_user(void __user *dst, const void *src, in xt_data_to_user() function
304 EXPORT_SYMBOL_GPL(xt_data_to_user);
307 xt_data_to_user(U->data, K->data, \
759 xt_data_to_user(U->data, K->data, \
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Debtables.c1335 xt_data_to_user(um + entrysize, data, usersize, datasize, in ebt_obj_to_user()
1542 if (xt_data_to_user(cm->data, m->data, match->usersize, msize, in compat_match_to_user()
1574 if (xt_data_to_user(cm->data, t->data, target->usersize, tsize, in compat_target_to_user()